Skip to main content

XYDiagram2D.CanZoomIntoRectangle() Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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 XYDiagram2D.ZoomIntoRectangle method.

See Also