AxisRange.SetInternalMinMaxValues(Double, Double) Method
Sets both minimum and maximum internal values of an axis range.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
min | Double | A Double value which specifies the minimum internal value to be set. |
max | Double | A Double value which specifies the maximum internal value to be set. |
Remarks
The SetInternalMinMaxValues method provides a range check and correct internal value mapping of an axis.
See Also