Search
AxesChart.ZoomOut Method
See Also
 





Zooms out the chart one step back.

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

 Syntax

C#  Copy Code

public void ZoomOut ()

Visual Basic  Copy Code

Public Sub ZoomOut ()

 Remarks

Call ResetZoom to set the chart to its original state at once.

 See Also