.netCHARTING v10.5 Documentation


The Series to add.
Add(Series) Method
Adds a specified Series class to this collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal series As Series _
) As Integer
'Usage
 
Dim instance As SeriesCollection
Dim series As Series
Dim value As Integer
 
value = instance.Add(series)
public int Add( 
   Series series
)

Parameters

series
The Series to add.

Return Value

The zero-based index of the added Series.
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