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

BootstrapCoordinateSystemChart.SeriesCollection Property

Specifies options for BootstrapChart and BootstrapPolarChart controls’ series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapCoordinateSystemChartSeriesCollection

An object of the BootstrapCoordinateSystemChartSeriesCollection class.

Remarks

A series represents a grouping of related data points. The most important characteristic of a series is its type, which determines a particular visual representation of data.

See Also