Series Constructor
Overload List
Overload | Description |
---|---|
Series Constructor(String,Element[]) | Initializes a new instance of the Series class with a name and the specified Elements. |
Series Constructor(String,ElementCollection) | Initializes a new instance of the Series class with a name and the specified elementCollection. |
Series Constructor() | Initializes a new instance of the Series class. |
Series Constructor(String) | Initializes a new instance of the Series class with a name. |
Series Constructor(String,SeriesType) | Initializes a new instance of the Series class with a name and SeriesType. |
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