Pane.CanSetAxisXRange() Method
Checks whether it is possible to set a custom range for the X-axis of a pane.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.SetAxisXRange method.
See Also