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

DeltaValue.IndicatorType Property

Gets the type of delta indicator.

Namespace: DevExpress.DashboardCommon

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

Declaration

public IndicatorType IndicatorType { get; }

Property Value

Type Description
IndicatorType

A IndicatorType enumeration member that identifies the type of delta indicator.

Available values:

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.

See Also