Back to Devexpress

BootstrapChartSeriesCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-03dc8670.md

latest3.1 KB
Original Source

BootstrapChartSeriesCollection Class

A collection of a Chart series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartSeriesCollection :
    BootstrapCoordinateSystemChartSeriesCollection
vb
Public Class BootstrapChartSeriesCollection
    Inherits BootstrapCoordinateSystemChartSeriesCollection

The following members return BootstrapChartSeriesCollection objects:

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. You can find more details on each series type in the Series Types help topic.

To create a series, add an object defining the series to the BootstrapChartSeriesCollection array. In the series’ object, specify the series type, data source fields, the appearance of the series points and other options.

If you need to set similar values to properties of several series, use the BootstrapChartCommonSeries class. It exposes the properties that can be specified for all series at once and for all series of a particular type at once. Note that the values specified for a series individually (in the BootstrapChartSeriesCollection array) override the values that are specified for all series (in the BootstrapChartCommonSeries class).

Inheritance

Object StateManagedCollectionBase Collection BootstrapChartSeriesCollectionBase BootstrapCoordinateSystemChartSeriesCollection BootstrapChartSeriesCollection

See Also

BootstrapChartSeriesCollection Members

Chart

Chart Series

DevExpress.Web.Bootstrap Namespace