Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1310
Zoombar,Datachart and axes, when I zoom in or Out, how to change Axis values?
posted

Hello, 

I have a chart with a line serie, I would like to display the xAxis values range according to the selected area in the zoombar. When my user zooms a period of time on Y Axe the zoom works correctly for the YAxis, but I would like to adjust the XAxis value Range to the data displayed on the zoomed area. Is it possible? By the way, even if I perform a zoom In or out on my chart window, the X axis values don't change.

Parents
No Data
Reply
  • 1310
    posted

    I answer myself with a little progress on my own... I have achieved to get the Y values of the part of the chart zoomed. Now I need to stablish the max and min values in the Y axis to zoom in a more accurate way.

    More or less I need something like this:

    xmDataChart.Axes[0].MinimumValue
    
    xmDataChart.Axes[0].MaximumValue

    Once those values are introduced, I would like the chart to be the zoomed with this range in YAxis

    My problem... I am not able to find any way to do this...

Children