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

Unit.GetAbsolute(Double, Double) Method

Returns the unit value as an absolute value.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public double GetAbsolute(
    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 unit value as an absolute value.

See Also