void extend( IRange source, RowCol rowcol, boolean categoryLabels ) |
Parameters
- source
- The new data to be added to the ISeriesCollection object
- rowcol
- Specifies whether the new values are in the rows or columns of thegiven range source. Can be one of the RowCol constants:Rows or Columns.
- categoryLabels
- True to have the first row or column contain the name of thecategory labels. False to have the first row or column contain the first data point of the series.