IndicatorType Enum
In This Article
Lists values used to identify delta indicator types.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The indication is not displayed. |
Up
|
An ‘up’ arrow is displayed. |
Down
|
A ‘down’ arrow is displayed. |
Warning
|
A warning is displayed. |
#Related API Members
The following properties accept/return IndicatorType values:
#Remarks
Values are listed in this enumeration are returned by the DeltaValue.IndicatorType property.
See Also