Skip to main content
A newer version of this page is available. .

Unit.GetNormalize(Double, Double) Method

Returns the normalized unit value.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public double GetNormalize(
    double min,
    double max
)

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