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

BootstrapChartSeriesCollection.Add(BootstrapChartSeriesBase) Method

Appends the specified BootstrapChartSeriesBase object to the current collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public void Add(
    BootstrapChartSeriesBase series
)

Parameters

Name Type Description
series BootstrapChartSeriesBase

A BootstrapChartSeriesBase object to append to the collection.

See Also