Posted 5 April 2023, 3:34 am EST
Hello,
I am using Flex Chart in that I have plotted some data and i was trying to Zoom in which i am able to do it. How to reset the Chart or Zoom Out.
Can anyone help me on this.
Forums Home / ComponentOne / WinForms Edition
Posted by: amit.jain3 on 5 April 2023, 3:34 am EST
Posted 5 April 2023, 3:34 am EST
Hello,
I am using Flex Chart in that I have plotted some data and i was trying to Zoom in which i am able to do it. How to reset the Chart or Zoom Out.
Can anyone help me on this.
Posted 5 April 2023, 8:51 am EST
Hi Amit,
Please see the documentation link below for an example of the C1FlexChart’s zoom feature. To reset the zoom, you can set the Axis.Min and Axis.Max properties to Double.NaN. Please see the attached sample project, which is based on the documentation below and shows the zoom and reset implementation.
(https://www.grapecity.com/componentone/docs/win/online-flexchart/zoom.html)
Attachment: FlexChartZoomSample.zip
Best Regards,
Kartik
Posted 5 April 2023, 9:02 am EST
Hello Kartik,
Thank you for the answer.