DeltaValueType Enum
Lists values that specify types of values displayed within delta elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Actual
|
The actual value is displayed. |
Absolute
|
The absolute difference between the actual and target values is displayed. |
Percent
|
The percent variation between actual and target values is displayed (the percentage of the absolute difference in the target value). |
Percent
|
The percentage of the actual value in the target value is displayed. |
Target
|
A target value displayed within the delta element. |
#Related API Members
The following properties accept/return DeltaValueType values:
#Remarks
Values listed by this enumeration are used to set the DeltaOptions.ValueType property.