DeltaIndicationThresholdType Enum
In This Article
Lists values that define how the comparison tolerance is specified.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
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). |
#Related API Members
The following properties accept/return DeltaIndicationThresholdType values:
#Remarks
Values listed by this enumeration are used to set the DeltaOptionsBase.ResultIndicationThresholdType property.
See Also