XYDiagram2D.SetAxisYRange(AxisRangePositions) Method
Sets a custom range for the Y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
positions | DevExpress.Xpf.Charts.AxisRangePositions | A DevExpress.Xpf.Charts.AxisRangePositions object containing positions of a new axis range. |
Remarks
To verify whether it is possible to set a custom range for the Y-axis, call the XYDiagram2D.CanSetAxisYRange method before calling the SetAxisYRange method.
See Also