AxisBase.SetWholeRangeValues(Object, Object) Method
In This Article
Sets the start and end values for the axis whole range in axis units.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Object | The whole range’s start value. |
end | Object | The whole range’s end value. |
#Remarks
If precise range limits are unknown, call the SetWholeRangeInternalValues method to set limits in numeric internal values.
See Also