GC.Spread.Sheets.Sparklines 名前空間 > Sparkline クラス : paintSparkline メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Sheets.Sparklines.Sparkline(row, column, dataReference, dataOrientation, type, setting); var value; // Type: any value = instance.paintSparkline(ctx, x, y, w, h); |
Javascript (Specification) | |
---|---|
function paintSparkline( ctx : CanvasRenderingContext2D, x : number, y : number, w : number, h : number ) : any; |