IndicatorType Enum
Lists values used to identify delta indicator types.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
None
|
The indication is not displayed. |
UpArrow
|
An ‘up’ arrow is displayed. |
DownArrow
|
A ‘down’ arrow is displayed. |
Warning
|
A warning is displayed. |
Remarks
Values are listed in this enumeration are returned by the DeltaValue.IndicatorType property.
See Also