Back to Devexpress

XYDiagram2D.ZoomOutCommand Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-04fd3692.md

latest1.1 KB
Original Source

XYDiagram2D.ZoomOutCommand Property

Returns a command that decreases the current zoom factor of a diagram.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ICommand ZoomOutCommand { get; }
vb
Public ReadOnly Property ZoomOutCommand 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