I am using the MouseWheelZoomModifier and ZoomExtentsModifier on the line chart. Beside double clicking the chart area to Zoom Extents the chart, I would like to add a button outside the chart and this button will trigger the Zoom Extents. Is it possible to do it?
- Kelly Chan asked 2 years ago
- You must login to post comments
Yes very possible,
All you have to do is to call
sciChartSurface.zoomExtents();
Note that you can also create custom modifiers, or set individual axis ranges programmatically as well
Best regards
Andrew
- Andrew Burnett-Thompson answered 2 years ago
- You must login to post comments
Please login first to submit.