Spread.Sheets Documentation
series Method
GC.Spread.Sheets.Charts Namespace > Chart type : series Method
Gets the series collection of the chart.
Syntax
var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
var value; // Type: SeriesCollection
value = instance.series();
function series() : SeriesCollection;

Return Value

Returns the series collection of the chart.
See Also

Reference

Chart type