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

BootstrapChartSeriesCollection.Item[String] Property

Gets a series by its name.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapChartSeriesBase 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
BootstrapChartSeriesBase

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

See Also