BootstrapCoordinateSystemChart.SeriesCollection Property
Specifies options for BootstrapChart and BootstrapPolarChart controls’ series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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