DeltaIndicationMode Enum
Lists values that specify types of indication displayed within delta elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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.