Add(IRange,Nullable<RowCol>,Nullable<Boolean>,Nullable<Boolean>,Boolean) Method
In This Topic
Adds one or more new series to the
ISeriesCollection collection.
Syntax
Parameters
- source
- The new data as an GrapeCity.Spreadsheet.IRange object.
- plotBy
- Specifies whether the new values are in the rows or columns of the specified range. If this argument is omitted, Spread attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.
- 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. If this argument is omitted, Spread attempts to determine the location of the series name from the contents of the first row or column.- 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. If this argument is omitted, Spread attempts to determine the location of the category label from the contents of the first row or column.- replace
- If is
true
and is false
, the specified categories replace the categories that currently exist for the series. If is false
, the existing categories will not be replaced.
See Also