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 !
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