Zooming

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TeeUser
Newbie
Newbie
Posts: 14
Joined: Wed Jun 22, 2005 4:00 am
Contact:

Zooming

Post by TeeUser » 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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 09, 2006 11:13 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply