Back to Devexpress

XYDiagram2D.CanZoomIntoRectangle() Method

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-e95a61a2.md

latest1.2 KB
Original Source

XYDiagram2D.CanZoomIntoRectangle() Method

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool CanZoomIntoRectangle()
vb
Public Function CanZoomIntoRectangle As Boolean

Returns

TypeDescription
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

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace