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 thespecified range.
- seriesLabels
- True if the first row or column contains the name of the dataseries. 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 categorylabels. False if the first row or column contains the first data point of the series.
See Also