Skip to main content

Unit.GetNormalize(Double, Double) Method

Returns the normalized unit value.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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