Skip to main content

BootstrapCoordinateSystemChartSeriesCollection.Add(BootstrapCoordinateSystemChartSeries) Method

Appends the specified BootstrapCoordinateSystemChartSeries object to the current collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Add(
    BootstrapCoordinateSystemChartSeries series
)

Parameters

Name Type Description
series BootstrapCoordinateSystemChartSeries

A BootstrapCoordinateSystemChartSeries object to append to the collection.

See Also