Unit.GetAbsolute(Double, Double) Method
Returns the unit value as an absolute value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| min | Double | The minimum limit of data values. |
| max | Double | The maximum limit of data values. |
Returns
| Type | Description |
|---|---|
| Double | The unit value as an absolute value. |
See Also