Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ISeriesCollection Interface / extend Method
The new data to be added to the ISeriesCollection object
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.
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.
In This Topic
    extend Method
    In This Topic
    Adds new data points to an existing series collection.
    Syntax
    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.
    See Also