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.v21.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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.

Remarks

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

See Also