DeltaOptionsBase.ResultIndicationMode Property
Gets or sets which indication should be displayed within this delta element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
[DefaultValue(DeltaIndicationMode.GreaterIsGood)]
public DeltaIndicationMode ResultIndicationMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DeltaIndicationMode | GreaterIsGood | A DeltaIndicationMode value that specifies which indication should be displayed within this delta element. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ResultIndicationMode |
---|---|
Card |
|
DeltaMap |
|
Gauge |
|
GridDeltaColumn |
|
KpiElement |
|
Remarks
The following topic describes how to manage delta settings for Gauges: Delta.
See Also