Pane.CanZoomIntoRectangle() Method
Checks whether it is possible to zoom into a rectangle on a pane.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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