DeltaValue.IndicatorType Property
In This Article
Gets the type of delta indicator.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IndicatorType IndicatorType { get; }
#Property Value
Type | Description |
---|---|
Indicator |
A Indicator |
Available values:
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. |
See Also