Page 1 of 1

SetCurrentZoom

Posted: Thu Jul 12, 2007 3:15 pm
by 13045392
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?

Posted: Fri Jul 13, 2007 10:38 am
by Chris
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?

Posted: Fri Jul 13, 2007 3:39 pm
by 13045392
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.