SetCurrentZoom

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Bilgehan
Newbie
Newbie
Posts: 11
Joined: Fri May 25, 2007 12:00 am

SetCurrentZoom

Post by Bilgehan » Thu Jul 12, 2007 3:15 pm

Hello,

What does SetCurrentZoom() function returns exactly? It returns 4 pair of{X,Y} . What do they indicate in chart? I supposed they were coordinates of zoom area and I tried to get values of vertical axis and tried this code WebChart1.Chart.Series[0].YValues[mn] but I could not get what I want.
I actually need to zoom custom axes(left axis is custom), I guess I need
y-axis values so I tried above the code to use it in SetMinMax().

Could you help me about zooming custom axis on a selected area by mouse in a web application?

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Fri Jul 13, 2007 10:38 am

Hello!
Could you help me about zooming custom axis on a selected area by mouse in a web application?
Sure. Which version of teechart.net are you using?
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Bilgehan
Newbie
Newbie
Posts: 11
Joined: Fri May 25, 2007 12:00 am

Post by Bilgehan » Fri Jul 13, 2007 3:39 pm

Hello,

I use 3. verision. I try to zoom custom axes. In your examples there are mouseUp , mouseDown, Zoom , UnZoome event but I could not find them in web application. I want to get coordinates of when mouseUp and mouseDown so I zoom this area.
How can I do that?

Thank you for spending your time.

Post Reply