dotnetCHARTING Send comments on this topic.
SeriesCollection Constructor(Series[])
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > SeriesCollection Constructor : SeriesCollection Constructor(Series[])


seriesList
List of Series to add to the collection.
Initializes a new instance of the SeriesCollection class and adds the specified series to it.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal ParamArray seriesList() As Series _
)
Visual Basic (Usage) Copy Code
Dim seriesList() As Series
 
Dim instance As SeriesCollection(seriesList)
C#  
public SeriesCollection( 
   params Series[] seriesList
)

Parameters

seriesList
List of Series to add to the collection.

See Also