Skip to main content

Unit.UnitType Property

Returns the type of the unit.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public UnitType UnitType { get; set; }

Property Value

Type Description
UnitType

The unit type.

Available values:

Name Description
Absolute

The unit is measured as an absolute value.

Percent

The unit is measured as a percent.

See Also