Spread.Sheets Documentation
get Method
GC.Spread.Sheets.Charts Namespace > SeriesCollection type : get Method
The index of the series.
Gets all series or a specified series from series collection.
Syntax
var instance = new GC.Spread.Sheets.Charts.SeriesCollection();
var value; // Type: any
value = instance.get(index);
function get( 
   index : number
) : any;

Parameters

index
The index of the series.
See Also

Reference

SeriesCollection type