wpf-devexpress-dot-xpf-dot-charts-5f63a564.md
Stores all indicators that belong to an individual series.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class IndicatorCollection :
ChartElementCollection<Indicator>
Public Class IndicatorCollection
Inherits ChartElementCollection(Of Indicator)
The following members return IndicatorCollection objects:
An object of the IndicatorCollection type is returned by the XYSeries2D.Indicators property, and stores all indicators (Indicator class descendants) that belong to an individual series.
Object Collection<Indicator> ObservableCollection<Indicator> ChartDependencyObjectCollection<Indicator> ChartElementCollection<Indicator> IndicatorCollection
See Also