DeltaIndicationMode Enum
Lists values that specify types of indication displayed within delta elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Greater
|
If the actual value is greater than the target value, the “Good” indicator ( Otherwise, the “Bad” indicator ( |
Less
|
If the actual value is greater than the target value, the “Bad” indicator ( Otherwise, the “Good” indicator ( |
Warning
|
The “Warning” indicator ( |
Warning
|
The “Warning” indicator ( |
No
|
No special indication is shown. |
#Related API Members
The following properties accept/return DeltaIndicationMode values:
#Remarks
Values listed by this enumeration are used to set the DeltaOptionsBase.ResultIndicationMode property.