| 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. |