SpreadJS Documentation
set Method
GC.Spread.Sheets.Charts Namespace > SeriesCollection type : set Method
The index of the series.
The series of the chart.
Updates the specified series's property.
Syntax
var instance = new GC.Spread.Sheets.Charts.SeriesCollection();
var value; // Type: any
value = instance.set(index, seriesItem);
function set( 
   index : number,
   seriesItem : Object
) : any;

Parameters

index
The index of the series.
seriesItem
The series of the chart.
See Also

Reference

SeriesCollection type