Back to Devexpress

ChartIndicatorCollection Class

dashboard-devexpress-dot-dashboardcommon-6462b62f.md

latest1.7 KB
Original Source

ChartIndicatorCollection Class

A collection of trend indicators.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartIndicatorCollection :
    NamedItemCollection<ChartIndicatorBase>
vb
Public Class ChartIndicatorCollection
    Inherits NamedItemCollection(Of ChartIndicatorBase)

The following members return ChartIndicatorCollection objects:

Inheritance

Object Collection<ChartIndicatorBase> NotifyingCollection<ChartIndicatorBase> NamedItemCollection<ChartIndicatorBase> ChartIndicatorCollection

See Also

ChartIndicatorCollection Members

DevExpress.DashboardCommon Namespace