Unit.UnitType Property
In This Article
Returns the type of the unit.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Unit |
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