Add Method (SeriesCollection)
Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection.
Overload List
Overload | Description |
---|---|
Add() | Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection. |
Add(Calculation) | Adds a series to the collection based on the specified calculation. |
Add(Calculation,String) | Adds a series calculated from a specified series. |
Add(Series) | Adds a specified Series class to this collection. |
Add(SeriesCollection) | Adds a specified SeriesCollection to this collection. |
Add(Series[]) | Adds the specified Series objects to this collection. |
Add(SeriesCollection[]) | Adds Series of the specified SeriesCollection objects to this collection. |
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