SeriesCollection.Item[String] Property
Provides access to individual series in the collection by their names.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the series to get. |
Property Value
Type | Description |
---|---|
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