ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : AddRange Method

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

Glossary Item Box

Adds an array of Series objects to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As Series _
) 
C# 
public void AddRange( 
   Series[] value
)

Parameters

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

See Also