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

Unit.UnitType Property

Returns the type of the unit.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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