.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > Series Constructor : Series Constructor(String,Element[])
Name of the series.
List of Element objects added to the series.
Series Constructor(String,Element[])
Initializes a new instance of the Series class with a name and the specified Elements.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal ParamArray elementList() As Element _
)
'Usage
 
Dim name As String
Dim elementList() As Element
 
Dim instance As New Series(name, elementList)
public Series( 
   string name,
   params Element[] elementList
)

Parameters

name
Name of the series.
elementList
List of Element objects added to the 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