Skip to main content

XYDiagram2D.CanSetAxisYRange() Method

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool CanSetAxisYRange()

#Returns

Type Description
Boolean

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

#Remarks

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

See Also