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

BootstrapChartSeriesCollectionBase.Item[String] Property

Gets a series by its name.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapChartCommonSeriesBase this[string seriesName] { get; }

Parameters

Name Type Description
seriesName String

A String value that specifies the name of the series to get.

Property Value

Type Description
BootstrapChartCommonSeriesBase

A BootstrapChartCommonSeriesBase object that is a series with the specified name.

See Also