SetCurrentZoom
Posted: 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?
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?