Skip to main content

BootstrapChartSeriesCollection.Add() Method

Adds a new series to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapChartSeriesBase Add()

Returns

Type Description
BootstrapChartSeriesBase

A BootstrapChartSeriesBase object representing the newly created series.

See Also