SpreadJS Documentation
dataPoints Method
GC.Spread.Sheets.Charts Namespace > SeriesCollection type : dataPoints Method
Gets the dataPoints of the chart series.
Syntax
var instance = new GC.Spread.Sheets.Charts.SeriesCollection();
var value; // Type: DataPoints
value = instance.dataPoints();
function dataPoints() : DataPoints;

Return Value

Returns the dataPoints of the chart series if exist.
See Also

Reference

SeriesCollection type