See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

name
Name of the new series.
elementCollection
Collection of elements assigned to this series.
See Also Languages dotnetCHARTING Send comments on this topic.

Series Constructor(String,ElementCollection)

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 );

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.

See Also

Series Class  | Series Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.