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