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

XYDiagram2D.ZoomOut(XYDiagramPaneBase) Method

Zooms out the chart viewport.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public void ZoomOut(
    XYDiagramPaneBase pane = null
)

Optional Parameters

Name Type Default Description
pane XYDiagramPaneBase *null*

Optional. The pane whose viewport should be zoomed. If the pane is not specified, the default pane viewport will be zoomed.

See Also