XYDiagram2D.CanSetAxisYRange() Method
Checks whether it is possible to set a custom range for the Y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To set a custom axis range, use the XYDiagram2D.SetAxisYRange method.
See Also