ActiveReports 12
AddRange Method (SeriesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : AddRange Method
The set of Series objects to add to the collection.
Adds an array of Series objects to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal value() As Series _
) 
public void AddRange( 
   Series[] value
)

Parameters

value
The set of Series objects to add to the collection.
See Also

Reference

SeriesCollection Class
SeriesCollection Members