Skip to main content
A newer version of this page is available. .

IndicatorType Enum

Lists values used to identify delta indicator types.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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.

Remarks

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

See Also