XYSeries2D.Indicators Property
Provides access to the collection of indicators that belong to the current series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
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