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

BootstrapRangeSelectorChart.SeriesCollection Property

Provides access to a collection of the chart’s series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartSeriesCollection SeriesCollection { get; }

Property Value

Type Description
BootstrapChartSeriesCollection

A BootstrapChartSeriesCollection object that is a collection of chart series.

See Also