Skip to main content

Unit(Double, UnitType) Constructor

Initializes a new instance of the Unit class with the specified value and the unit type.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Unit(
    double value,
    UnitType unitType
)

Parameters

Name Type Description
value Double

The unit value.

unitType UnitType

The unit type.

See Also