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

Pane.SetAxisYRangeCommand Property

Returns a command that sets the specified range for the Y-axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ICommand SetAxisYRangeCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also