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

Pane.ZoomIn(Nullable<Point>) Method

Zooms a pane in.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public void ZoomIn(
    Point? zoomLocation
)

Parameters

Name Type Description
zoomLocation Nullable<Point>

A Point object that specifies a new zoom location.

Remarks

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

See Also