DeltaIndicationThresholdType Enum
Lists values that define how the comparison tolerance is specified.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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). |
Remarks
Values listed by this enumeration are used to set the DeltaOptionsBase.ResultIndicationThresholdType property.
See Also