corelibraries-devexpress-dot-xtracharts-5ad5a214.md
Stores all indicators that belong to an individual series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class IndicatorCollection :
ChartElementNamedCollection,
IEnumerable<Indicator>,
IEnumerable
Public Class IndicatorCollection
Inherits ChartElementNamedCollection
Implements IEnumerable(Of Indicator),
IEnumerable
The following members return IndicatorCollection objects:
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.
Object CollectionBase ChartCollectionBase ChartElementNamedCollection IndicatorCollection
See Also