Back to Devexpress

Unit.UnitType Property

wpf-devexpress-dot-xpf-dot-charts-dot-unit.md

latest1.0 KB
Original Source

Unit.UnitType Property

Returns the type of the unit.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public UnitType UnitType { get; set; }
vb
Public Property UnitType As UnitType

Property Value

TypeDescription
UnitType

The unit type.

|

Available values:

NameDescription
Absolute

The unit is measured as an absolute value.

| | Percent |

The unit is measured as a percent.

|

See Also

Unit Class

Unit Members

DevExpress.Xpf.Charts Namespace