Add(IRange,RowCol,Boolean,Boolean) Method
Adds one or more new series to the
ISeriesCollection collection.
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.