IndicatorCollection Class
Stores all indicators that belong to an individual series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class IndicatorCollection :
ChartElementNamedCollection,
IEnumerable<Indicator>,
IEnumerable
Related API Members
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