Back to Devexpress

XYDiagram2D.UndoZoomCommand Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-88fc93ab.md

latest1.1 KB
Original Source

XYDiagram2D.UndoZoomCommand Property

Returns a command that undoes the last zooming operation.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ICommand UndoZoomCommand { get; }
vb
Public ReadOnly Property UndoZoomCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace