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

DeltaOptionsBase.ResultIndicationThresholdType Property

Gets or sets how the comparison tolerance (DeltaOptionsBase.ResultIndicationThreshold) is specified.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(DeltaIndicationThresholdType.Percent)]
public DeltaIndicationThresholdType ResultIndicationThresholdType { get; set; }

Property Value

Type Default Description
DeltaIndicationThresholdType **Percent**

A DeltaIndicationThresholdType enumeration member that defines how the comparison tolerance is specified.

Property Paths

You can access this nested property as listed below:

Object Type Path to ResultIndicationThresholdType
Card
.LayoutDeltaOptions.DeltaOptions.ResultIndicationThresholdType
DeltaMap
.DeltaOptions.ResultIndicationThresholdType
Gauge
.DeltaOptions.ResultIndicationThresholdType
GridDeltaColumn
.DeltaOptions.ResultIndicationThresholdType
KpiElement
.DeltaOptions.ResultIndicationThresholdType

Remarks

You can specify that a specific indication (DeltaOptionsBase.ResultIndicationMode) should display when the actual value exceeds the target value by 10% or by $2K. Use the ResultIndicationThresholdType property to select whether you wish to specify the comparison tolerance in percentage values or absolute values. Then, specify the DeltaOptionsBase.ResultIndicationThreshold property to set the comparison tolerance.

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

See Also