Back to Devexpress

DeltaIndicationThresholdType Enum

dashboard-devexpress-dot-dashboardcommon-c71389fc.md

latest1.5 KB
Original Source

DeltaIndicationThresholdType Enum

Lists values that define how the comparison tolerance is specified.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DeltaIndicationThresholdType
vb
Public Enum DeltaIndicationThresholdType

Members

NameDescription
Absolute

The comparison tolerance is specified as the absolute difference between the compared values.

| | Percent |

The comparison tolerance is specified as the percent difference between the compared values (the percentage of the absolute difference in the target value).

|

The following properties accept/return DeltaIndicationThresholdType values:

Remarks

Values listed by this enumeration are used to set the DeltaOptionsBase.ResultIndicationThresholdType property.

See Also

DevExpress.DashboardCommon Namespace