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

DeltaValue.IsGood Property

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

Namespace: DevExpress.DashboardCommon

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

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