Back to Devexpress

SeriesCollection.Item[String] Property

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

latest1.6 KB
Original Source

SeriesCollection.Item[String] Property

Provides access to individual series in the collection by their names.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value specifying the name of the series to get.

|

Property Value

TypeDescription
Series

A Series object which represents the series with the specified name.

|

Remarks

Use this property to access series by their names using index notation. Note that if there is no series with the specified name in the collection, then this property returns null ( Nothing in Visual Basic).

See Also

SeriesCollection Class

SeriesCollection Members

DevExpress.XtraCharts Namespace