Spread.Services Documentation
Add(IRange,RowCol) Method
GrapeCity.Documents.Spread.Drawing Namespace > ISeriesCollection Interface > Add Method : Add(IRange,RowCol) Method
The new data, a Range object.
Specifies whether the new values are in the rows or columns of the given range source. Can be one of the following RowCol constants: Rows or Columns.
Adds one or more new series to the ISeriesCollection collection.
Syntax
void Add( 
   IRange source,
   RowCol rowCol
)

Parameters

source
The new data, a Range object.
rowCol
Specifies whether the new values are in the rows or columns of the given range source. Can be one of the following RowCol constants: Rows or Columns.
See Also

Reference

ISeriesCollection Interface
ISeriesCollection Members
Overload List