SeriesCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(CellRange, CellRange) | arguments, values | Appends a new series with the specified argument and value data to the collection. |
Add(CellRange, CellRange, CellRange) | seriesName, arguments, values | Appends a new series with the specified name to the collection and provides data for series arguments and series values. |
Add(ChartData, ChartData) | arguments, values | Appends a new series with the specified argument and value data to the collection. |
Add(String, ChartData, ChartData) | seriesName, arguments, values | Appends a new series with the specified name to the collection and provides data for series arguments and series values. |
Feedback