Skip to main content

IndicatorType Enum

Lists values used to identify delta indicator types.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum IndicatorType

#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.

#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