Back to Devexpress

IndicatorCollection Class

wpf-devexpress-dot-xpf-dot-charts-5f63a564.md

latest2.0 KB
Original Source

IndicatorCollection Class

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

Declaration

csharp
public class IndicatorCollection :
    ChartElementCollection<Indicator>
vb
Public Class IndicatorCollection
    Inherits ChartElementCollection(Of Indicator)

The following members return IndicatorCollection objects:

Remarks

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.

Inheritance

Object Collection<Indicator> ObservableCollection<Indicator> ChartDependencyObjectCollection<Indicator> ChartElementCollection<Indicator> IndicatorCollection

See Also

IndicatorCollection Members

DevExpress.Xpf.Charts Namespace