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.