MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ChartSeriesCollection Class / AddRange Method
The ChartSeriesCollection to add to the current collection.

In This Topic
AddRange Method (ChartSeriesCollection)
In This Topic
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of ChartSeries) _
) 
 

Parameters

collection
The ChartSeriesCollection to add to the current collection.
See Also