ActiveReports.Chart Request technical support
AddRange Method
See Also 


value
The set of Series objects to add to the collection.
Adds an array of Series objects to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As Series _
) 
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim value() As Series
 
instance.AddRange(value)
C# 
public void AddRange( 
   Series[] value
)

Parameters

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

See Also