Skip to main content
A newer version of this page is available. .

XYDiagram2D.ResetZoom(XYDiagramPaneBase) Method

Resets the default chart viewport.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void ResetZoom(
    XYDiagramPaneBase pane = null
)

Optional Parameters

Name Type Default Description
pane XYDiagramPaneBase *null*

Optional. The pane on which zoom should be reset. If this parameter is not specified, zoom will be reset on default pane.

See Also