ActiveReports 12
AddRange Method (ChartSeriesCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeriesCollection Class : AddRange Method
The ChartSeriesCollection to add to the current collection.
Adds a ChartSeriesCollection to the existing ChartSeriesCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of ChartSeries) _
) 
public void AddRange( 
   IEnumerable<ChartSeries> collection
)

Parameters

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

Reference

ChartSeriesCollection Class
ChartSeriesCollection Members