var instance = new GC.Spread.Sheets.Charts.DataPoints(); var value; // Type: any value = instance.set(index, dataPoint, dataPoint.fillColor, value.backColor.type, value.backColor.foregroundColor, value.backColor.backgroundColor, dataPoint.transparency);
function set( index : number, dataPoint : Object, dataPoint.fillColor : undefined, value.backColor.type : PatternType, value.backColor.foregroundColor : string, value.backColor.backgroundColor : string, dataPoint.transparency : number ) : any;
パラメータ
- index
- dataPointのインデックス。
- dataPoint
- チャートのデータポイント。
- dataPoint.fillColor
- データポイントの色。
- value.backColor.type
- チャートデータポイントのパターン塗りつぶしbackgroundColorタイプ。
- value.backColor.foregroundColor
- チャートデータポイントの前景色のパターン塗りつぶし。
- value.backColor.backgroundColor
- チャートデータポイントの背景色のパターン塗りつぶし。
- dataPoint.transparency
- データポイントの色の透明度。