Hi,
I am working on Zooming in webchart. Somehow I am not able to zoom through the chart. If I try zooming in either there is no chart or it over zooms. Incase it zooms in it is not in the correct location and if try further to zoom in I get this error
Specified argument was out of the range of valid values. Parameter name: Index was out of range. Must be non-negative and less than the size of the collection.
Line 122: ((Steema.TeeChart.Tools.ZoomTool)WebChart1.Chart.Tools[1]).SetSavedZoom(zoomedChart);
I am not sure what mistake i am making. Here is the list of steps i do to zoom.
1. I bind the dataset to fastline series I am using. I set the x and y values.
2. I write the code for zooming.
Zooming
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi TeeUser,
Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
BTW: I assume you are using the zooming as shown in our on-line demo zooming examples.
Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
BTW: I assume you are using the zooming as shown in our on-line demo zooming examples.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |