var instance = new GC.Spread.Sheets.Charts.DataPoints(); var value; // Type: any value = instance.set(index, dataPoint, dataPoint.fillColor, dataPoint.transparency);
function set( index : number, dataPoint : Object, dataPoint.fillColor : string, dataPoint.transparency : number ) : any;
Parameters
- index
- The index of the dataPoint.
- dataPoint
- The data point of the chart.
- dataPoint.fillColor
- The color of the data point.
- dataPoint.transparency
- The transparency of the data point color.