Skip to main content
A newer version of this page is available. .

DeltaOptionsBase.ResultIndicationMode Property

Gets or sets which indication should be displayed within this delta element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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
.LayoutDeltaOptions.DeltaOptions.ResultIndicationMode
DeltaMap
.DeltaOptions.ResultIndicationMode
Gauge
.DeltaOptions.ResultIndicationMode
GridDeltaColumn
.DeltaOptions.ResultIndicationMode
KpiElement
.DeltaOptions.ResultIndicationMode

Remarks

The following topic describes how to manage delta settings for Gauges: Delta.

See Also