Skip to main content
A newer version of this page is available. .

XYDiagram2D.UndoZoom() Method

Undo the last zooming operation.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public void UndoZoom()

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