DeltaOptionsBase.ResultIndicationMode Property
Gets or sets which indication should be displayed within this delta element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DeltaIndicationMode.GreaterIsGood)]
public DeltaIndicationMode ResultIndicationMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Delta |
Greater |
A Delta |
Available values:
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. |
#Remarks
The following topic describes how to manage delta settings for Gauges: Delta.