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.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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.

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