XYDiagram2D.CanUndoZoom() Method
Checks whether it is possible to undo the last zooming operation.
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 undo zooming; otherwise, false. |
Remarks
To undo the last zooming operation, use the XYDiagram2D.UndoZoom method.
See Also