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
585
Xamdatachart zoom out
posted

Hi,

Our customer has a feature request for xam data chart to be able to zoom out more than the max and min values of the current numeric series.

Is there a way to zoom out or handle some mouse wheel event to accomplish it ?

 

Thanks in advance !

 

 

  • 30692
    Suggested Answer
    Offline posted

    Hitting the "Home" key will zoom you out if the chart is focused. Or you can also use the pg-down and pg-up keys to adjust zoom.

    Programatically I believe there is a ResetZoom method, or you can also set the charts WindowRect to new Rect(0,0,1,1);

    Hope this helps!

    -Graham