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

XYDiagram2D.CanSetAxisXRange() Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool CanSetAxisXRange()

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.SetAxisXRange method.

See Also