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

XYDiagram2D.ZoomOut(Nullable<Point>) Method

Zooms a diagram out.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

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 diagram, call the XYDiagram2D.CanZoomOut method before calling the ZoomOut method.

See Also