DeltaValue.IsGood Property
In This Article
Gets the value specifying the condition for displaying the delta indication.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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