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

Pane.CanZoomOut() Method

Checks whether it is possible to zoom out of a pane.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool CanZoomOut()

Returns

Type Description
Boolean

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

Remarks

To zoom out of a diagram, use the Pane.ZoomOut method.

See Also