XYDiagram2D.UndoZoom() Method
In This Article
Undo the last zooming operation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
To verify whether or not it is possible to undo the last zooming operation, call the XYDiagram2D.CanUndoZoom method before calling the UndoZoom method.
See Also