Skip to main content

XYDiagram2DSeriesViewBase.Indicators Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public IndicatorCollection Indicators { get; }

#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 for a series.

For more information, see Indicators.

See Also