Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ISeriesCollection Interface / add Method / add(IRange,RowCol,boolean,boolean) Method
The new data, either as a Range object or an array of data points.
Specifies whether the new values are in the rows or columns of thespecified range.
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.
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.
In This Topic
    add(IRange,RowCol,boolean,boolean) Method
    In This Topic
    Adds one or more new series to the ISeriesCollection collection.
    Syntax
    void add( 
       IRange source,
       RowCol rowCol,
       boolean seriesLabels,
       boolean categoryLabels
    )

    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