Back to Devexpress

IndicatorCollection Class

corelibraries-devexpress-dot-xtracharts-5ad5a214.md

latest2.2 KB
Original Source

IndicatorCollection Class

Stores all indicators that belong to an individual series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class IndicatorCollection :
    ChartElementNamedCollection,
    IEnumerable<Indicator>,
    IEnumerable
vb
Public Class IndicatorCollection
    Inherits ChartElementNamedCollection
    Implements IEnumerable(Of Indicator),
               IEnumerable

The following members return IndicatorCollection objects:

Remarks

An object of the IndicatorCollection type is returned by the XYDiagram2DSeriesViewBase.Indicators property, and stores all indicators (Indicator class descendants) that belongs to an individual series.

For more information, see Indicators.

Inheritance

Object CollectionBase ChartCollectionBase ChartElementNamedCollection IndicatorCollection

See Also

IndicatorCollection Members

Indicators

DevExpress.XtraCharts Namespace