DeltaIndicationMode Enum
Lists values that specify types of indication displayed within delta elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
| Name | Description |
|---|---|
GreaterIsGood
|
If the actual value is greater than the target value, the “Good” indicator ( Otherwise, the “Bad” indicator ( |
LessIsGood
|
If the actual value is greater than the target value, the “Bad” indicator ( Otherwise, the “Good” indicator ( |
WarningIfGreater
|
The “Warning” indicator ( |
WarningIfLess
|
The “Warning” indicator ( |
NoIndication
|
No special indication is shown. |
Remarks
Values listed by this enumeration are used to set the DeltaOptionsBase.ResultIndicationMode property.
- in WinForms) is displayed and the delta value is painted in green.
- in WinForms) is shown and the delta value is painted in red.
- in WinForms) is shown if the actual value is greater than the target value.