Page 1 of 1

Zooming

Posted: Fri Jan 06, 2006 6:10 pm
by 9637357
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.

Posted: Mon Jan 09, 2006 11:13 am
by narcis
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.