Wijmo UI for the Web
paintLegendIcon メソッド
シンタックス
Javascript (Usage) 
var instance = new wijmo.chart.TrendlineRender();
var value; // Type: any

// パラメータ
var canvas; //タイプ: any
var x; //タイプ: any
var width; //タイプ: any
var height; //タイプ: any
var style; //タイプ: any
var y; //タイプ: any
var legendSize; //タイプ: any
var legendIcons; //タイプ: any
var legendIndex; //タイプ: any
var seriesIndex; //タイプ: any
var legendCss; //タイプ: any

value = instance.paintLegendIcon(canvas,
                                 x,
                                 width,
                                 height,
                                 style,
                                 y,
                                 legendSize,
                                 legendIcons,
                                 legendIndex,
                                 seriesIndex,
                                 legendCss);
Javascript (Specification) 
function paintLegendIcon( 
   canvas : any,
   x : any,
   width : any,
   height : any,
   style : any,
   y : any,
   legendSize : any,
   legendIcons : any,
   legendIndex : any,
   seriesIndex : any,
   legendCss : any
) : any;

パラメータ

canvas
x
width
height
style
y
legendSize
legendIcons
legendIndex
seriesIndex
legendCss

関連トピック

参照

TrendlineRender クラス

 

 


Copyright © GrapeCity inc. All rights reserved.