.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > Series Constructor : Series Constructor(String,ElementCollection)
Name of the new series.
Collection of elements assigned to this series.
Series Constructor(String,ElementCollection)
Initializes a new instance of the Series class with a name and the specified elementCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal elementCollection As ElementCollection _
)
'Usage
 
Dim name As String
Dim elementCollection As ElementCollection
 
Dim instance As New Series(name, elementCollection)

Parameters

name
Name of the new series.
elementCollection
Collection of elements assigned to this series.
Remarks
The ElementCollection object itself is not used by the series. The elements are copied to this series' ElementCollection.
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