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

Parameters

index
The index of the dataPoint.
See Also

Reference

DataPoints type