Back to Devexpress

DeltaValueType Enum

dashboard-devexpress-dot-dashboardcommon-a1c28920.md

latest1.7 KB
Original Source

DeltaValueType Enum

Lists values that specify types of values displayed within delta elements.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DeltaValueType
vb
Public Enum DeltaValueType

Members

NameDescription
ActualValue

The actual value is displayed.

| | AbsoluteVariation |

The absolute difference between the actual and target values is displayed.

| | PercentVariation |

The percent variation between actual and target values is displayed (the percentage of the absolute difference in the target value).

| | PercentOfTarget |

The percentage of the actual value in the target value is displayed.

| | TargetValue |

A target value displayed within the delta element.

|

The following properties accept/return DeltaValueType values:

Remarks

Values listed by this enumeration are used to set the DeltaOptions.ValueType property.

See Also

DevExpress.DashboardCommon Namespace