Unit.GetNormalize(Double, Double) Method
Returns the normalized unit 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 normalized unit value. |
See Also