Returns a command that sets the specified zoom ratio for the X-axis.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v17.2.dll

Syntax
C# |
public ICommand SetAxisXZoomRatioCommand { get; }
|
VB |
Public ReadOnly Property SetAxisXZoomRatioCommand As ICommand
|
Property value
Type: ICommand
An object that defines a command implementing the System.Windows.Input.ICommand interface.

See Also