Back to Devexpress

XYDiagram2DSeriesViewBase.Indicators Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-bd27e99d.md

latest1.9 KB
Original Source

XYDiagram2DSeriesViewBase.Indicators Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public IndicatorCollection Indicators { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
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 for a series.

For more information, see Indicators.

See Also

Indicators

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace