Add(IRange,RowCol,Boolean,Boolean) Method
In This Topic
Adds one or more new series to the
ISeriesCollection collection.
Syntax
Parameters
- source
- The new data, either as a Range object or an array of data points.
- rowCol
- Specifies whether the new values are in the rows or columns of the specified range.
- seriesLabels
- True if the first row or column contains the name of the data series. False if the first row or column
contains the first data point of the series.
- categoryLabels
- True if the first row or column contains the name of the category labels. False if the first row or
column contains the first data point of the series.
See Also