Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / 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 the specified range.
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.
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.
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,
       System.bool seriesLabels,
       System.bool 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 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.
    See Also