SpreadJS Documentation
set Method
GC.Spread.Sheets.Charts Namespace > DataPoints type : set Method
The index of the dataPoint.
The data point of the chart.
Updates the specified dataPoint's property.
Syntax
var instance = new GC.Spread.Sheets.Charts.DataPoints();
var value; // Type: any
value = instance.set(index, dataPoint);
function set( 
   index : number,
   dataPoint : Object
) : any;

Parameters

index
The index of the dataPoint.
dataPoint
The data point of the chart.
See Also

Reference

DataPoints type