SpreadJS Documentation
GC.Spread.Sheets.Charts Namespace / Chart type / series Method
In This Topic
    series Method
    In This Topic
    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.
    Remarks

    See Also

    Reference

    Chart type