.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class > Add Method : Add(SeriesCollection[]) Method
A list of SeriesCollection objects to add.
Add(SeriesCollection[]) Method
Adds Series of the specified SeriesCollection objects to this collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray seriesCollectionList() As SeriesCollection _
) 
'Usage
 
Dim instance As SeriesCollection
Dim seriesCollectionList() As SeriesCollection
 
instance.Add(seriesCollectionList)
public void Add( 
   params SeriesCollection[] seriesCollectionList
)

Parameters

seriesCollectionList
A list of SeriesCollection objects to add.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also