DeltaValue.IsGood Property
Gets the value specifying the condition for displaying the delta indication.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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