BootstrapRangeSelectorChart.SeriesCollection Property
Provides access to a collection of the chart’s series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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