Skip to main content

DeltaValue.IsGood Property

Gets the value specifying the condition for displaying the delta indication.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool IsGood { get; }

Property Value

Type Description
Boolean

true if the ‘good’ indication is displayed; otherwise, false.

Remarks

The ‘good’ indication is displayed if the actual value exceeds the target value; if the target value exceeds the actual value, the ‘bad’ indication is displayed.

See Also