Skip to main content
A newer version of this page is available. .

IndicatorCollection.Item[String] Property

Returns an indicator by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Indicator this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the indicator name.

Property Value

Type Description
Indicator

An Indicator object with the specified ChartElementNamed.Name property.

See Also