Skip to main content
All docs
V23.2

ChartDashboardItem.Indicators Property

Gets the collection of trend indicators.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartIndicatorCollection Indicators { get; }

Property Value

Type Description
ChartIndicatorCollection

A collection of trend indicators.

See Also