Back to Devexpress

XYSeries2D.Indicators Property

wpf-devexpress-dot-xpf-dot-charts-dot-xyseries2d-b5fcf02b.md

latest1.2 KB
Original Source

XYSeries2D.Indicators Property

Provides access to the collection of indicators that belong to the current series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IndicatorCollection Indicators { get; }
vb
Public ReadOnly Property Indicators As IndicatorCollection

Property Value

TypeDescription
IndicatorCollection

An IndicatorCollection object, representing the series’ collection of indicators.

|

Remarks

Use the Indicators property to access the collection of all indicators available to a series.

See Also

XYSeries2D Class

XYSeries2D Members

DevExpress.Xpf.Charts Namespace