XYDiagram2D.CanUndoZoom() Method
Checks whether it is possible to undo the last zooming operation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To undo the last zooming operation, use the XYDiagram2D.UndoZoom method.
See Also