Back to Devexpress

IndicatorType Enum

dashboard-devexpress-dot-dashboardcommon-e5571824.md

latest1.3 KB
Original Source

IndicatorType Enum

Lists values used to identify delta indicator types.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum IndicatorType
vb
Public Enum IndicatorType

Members

NameDescription
None

The indication is not displayed.

| | UpArrow |

An ‘up’ arrow is displayed.

| | DownArrow |

A ‘down’ arrow is displayed.

| | Warning |

A warning is displayed.

|

The following properties accept/return IndicatorType values:

Remarks

Values are listed in this enumeration are returned by the DeltaValue.IndicatorType property.

See Also

DevExpress.DashboardCommon Namespace