Returns the normalized unit value.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v17.2.dll

Syntax
C# |
public Double GetNormalize(
Double min,
Double max
)
|
VB |
Public Function GetNormalize(
ByVal min As Double,
ByVal max As Double
) As Double
|
Parameters
-
min
-
Type: Double
The minimum limit of data values.
-
max
-
Type: Double
The maximum limit of data values.
Return value
Type: Double
The normalized unit value.

See Also