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

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

See Also