General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapChartSeriesCollection.AddRange(BootstrapCoordinateSystemChartSeries[]) Method
Appends an array of groups to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
[Browsable(false)]
public void AddRange(
params BootstrapCoordinateSystemChartSeries[] series
)
<Browsable(False)>
Public Sub AddRange(
ParamArray series As BootstrapCoordinateSystemChartSeries()
)
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapCoordinateSystemChartSeries[] | An array of BootstrapCoordinateSystemChartSeries objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also
Feedback