Spread.Sheets Documentation
add Method
GC.Spread.Sheets.Charts Namespace > SeriesCollection type : add Method
The series of the chart.
Adds a new series to series collection.
Syntax
var instance = new GC.Spread.Sheets.Charts.SeriesCollection();
var value; // Type: any
value = instance.add(seriesItem);
function add( 
   seriesItem : Object
) : any;

Parameters

seriesItem
The series of the chart.
See Also

Reference

SeriesCollection type