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

Pane.CanZoomIntoRectangle() Method

Checks whether it is possible to zoom into a rectangle on a pane.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool CanZoomIntoRectangle()

Returns

Type Description
Boolean

true if it is allowed to zoom into a rectangle; otherwise, false.

Remarks

To zoom into a rectangle, use the Pane.ZoomIntoRectangle method.

See Also