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

IndicatorCollection Class

Stores all indicators that belong to an individual series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class IndicatorCollection :
    ChartElementNamedCollection,
    IEnumerable<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.

See Also