Unit.UnitType Property
Returns the type of the unit.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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