Back to Devexpress

IndicatorCollection.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-indicatorcollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

IndicatorCollection.Item[String] Property

Returns an indicator by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Indicator this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As Indicator

Parameters

NameTypeDescription
nameString

A String value, specifying the indicator name.

|

Property Value

TypeDescription
Indicator

An Indicator object with the specified ChartElementNamed.Name property.

|

See Also

IndicatorCollection Class

IndicatorCollection Members

DevExpress.XtraCharts Namespace