[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Extend

Extend Method

Extend(IRange, RowCol, bool)

Adds new data points to an existing series collection.

Declaration
void Extend(IRange source, RowCol rowcol, bool categoryLabels)
Sub Extend(source As IRange, rowcol As RowCol, categoryLabels As Boolean)
Parameters
Type Name Description
IRange source

The new data to be added to the ISeriesCollection object

RowCol rowcol

Specifies whether the new values are in the rows or columns of the given range source. Can be one of the RowCol constants: Rows or Columns.

bool categoryLabels

True to have the first row or column contain the name of the category labels. False to have the first row or column contain the first data point of the series.