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.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To set a custom axis range, use the XYDiagram2D.SetAxisXRange method.
See Also