Hi,
Hi I'm using MS Visual Web developer 2005 with Dundas Chart for ASP.NET and AJAX extension. Making dynamic sharts should be easy and I managed to create one but since the data rance is quite big I would like to add a scrollbar to X-axis. From http://www.codeproject.com/showcase/Dundas_Ajax.asp?print=true I can see that it should be easy.
For example, the following line of code enables zooming on the X-axis:
Chart1.ChartAreas[0].CursorX.UserEnabled = true;
Where should I copy paste that line? Or how can I implement the scrollbar?
Thanks,
Mark