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

XYDiagram2D.CanZoomIntoRectangle() Method

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

Namespace: DevExpress.Xpf.Charts

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

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 XYDiagram2D.ZoomIntoRectangle method.

See Also