Initializes a new instance of the Series class with a name and the specified elementCollection.
[Visual Basic]
Public Function New( _
ByVal name As String, _
ByVal elementCollection As ElementCollection _
)
[C#]
public Series(
string name,
ElementCollection elementCollection
);
The ElementCollection object itself is not used by the series. The elements are copied to this series' ElementCollection.
Series Class | Series Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.