Skip to main content

Pane.ZoomOut(Nullable<Point>) Method

Zooms a pane out.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void ZoomOut(
    Point? zoomLocation
)

Parameters

Name Type Description
zoomLocation Nullable<Point>

A Point object specifying a new zoom location.

Remarks

To verify whether it is possible to zoom a pane, call the Pane.CanZoomOut method before calling the ZoomOut method.

See Also