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

Pane.CanZoomIn() Method

Checks whether it is possible to zoom in.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool CanZoomIn()

Returns

Type Description
Boolean

true if it is allowed to zoom in; otherwise, false.

Remarks

To zoom in a pane, use the Pane.ZoomIn method.

See Also