AxisRange.SetInternalMinMaxValues(Double, Double) Method
In This Article
Sets both minimum and maximum internal values of an axis range.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
min | Double | A Double value that specifies the minimum internal value to be set. |
max | Double | A Double value that 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