ChartDashboardItem.Indicators Property
In This Article
Gets the collection of trend indicators.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ChartIndicatorCollection Indicators { get; }
#Property Value
Type | Description |
---|---|
Chart |
A collection of trend indicators. |
See Also