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

Pane.CanSetAxisYRange() Method

Checks whether it is possible to set a custom range for the Y-axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool CanSetAxisYRange()

Returns

Type Description
Boolean

true if it is allowed to set a custom range; otherwise, false.

Remarks

To set a custom axis range, use the Pane.SetAxisYRange method.

See Also