Search
AxesChart.ResetZoom Method
See Also
 





Resets the zoom of the chart.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public void ResetZoom ()

Visual Basic  Copy Code

Public Sub ResetZoom ()

 Remarks

Resets the chart to its original state before zooming has started.

 See Also