Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am new to .net chart control .I am using .net chart control 3.5 in developing a web application.I need some help with zoom and scroll functionality.

From information on online ,i understood that only with windows application ,zoom and scroll is possible.How can i achieve this with asp.net web application?


Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 2-May-12 0:37am    
Which chart control, exactly? And tag your application type or UI library: WPF, Forms, Silverlight, ASP.NET, what?
--SA
DepiyaReddy 2-May-12 0:39am    
.net chart control 3.5.Im using asp.net 3.5

Set
C#
chart1.ChartAreas["MyChart"].CursorX.Interval = 0;


and then it allows to zoom along the x-axis just fine.
 
Share this answer
 
You'll have to find a 3rd party control. The ASP.Net chart control does not support zoom and scroll. It just creates a png image.
 
Share this answer
 
Comments
DepiyaReddy 4-May-12 3:25am    
Can you suggest some third party controls
The MS Chart Controls allow zooming and scrolling for WinForms, but not for ASP.NET; see this article[^].
To learn more about MS Charts take a look at these links[^] for MS Chart Controls. You especially should DL and try out the ASP.NET samples found here[^].
If you do not have to use MS Chart Controls you can take a look at the features available in third party chart controls for ASP.NET here[^].
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900