Hi Swetaketu,
Thanks for using Syncfusion product.
We have analyzed your query. In general, in one click of zoom out button, chart will zoom out with zoom factor of 0.2f. On zoom out, chart will not maintain the same state and also chart will not retain the previous state, current state will be changed with zoom factor of 0.2, this is the current behavior of chart. If you want to reset the chart zoomed to position to initial state, you can use ResetOnDoubleClick property. Kindly find the code snippet below,
Windows Forms:
this.chart.ResetOnDoubleClick = true;
|
We have created sample for your reference. Kindly find the sample from below location,
We would like to know more details on your requirement (behavior for zoom in and zoom out), so that we can provide solution sooner.
Thanks,
Dharani.