XYDiagram2D.UndoZoom() Method
Undo the last zooming operation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Remarks
To verify whether it is possible to undo the last zooming operation, call the XYDiagram2D.CanUndoZoom method before calling the UndoZoom method.
See Also