Wijmo UI for the Web
paintLegendIcon Method
wijmo.chart Namespace > TrendlineRender Class : paintLegendIcon Method
Syntax
var instance = new wijmo.chart.TrendlineRender();
var value; // Type: any

// Parameters
var canvas; // Type:  any
var x; // Type:  any
var width; // Type:  any
var height; // Type:  any
var style; // Type:  any
var y; // Type:  any
var legendSize; // Type:  any
var legendIcons; // Type:  any
var legendIndex; // Type:  any
var seriesIndex; // Type:  any
var legendCss; // Type:  any

value = instance.paintLegendIcon(canvas,
                                 x,
                                 width,
                                 height,
                                 style,
                                 y,
                                 legendSize,
                                 legendIcons,
                                 legendIndex,
                                 seriesIndex,
                                 legendCss);
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;

Parameters

canvas
x
width
height
style
y
legendSize
legendIcons
legendIndex
seriesIndex
legendCss
See Also

Reference

TrendlineRender Class