var instance; // Type: wijmo.chart.chart_legend; var value; // Type: any value = instance.style;
var style : any;
A value that indicates the background color (fill) and border (stroke) of the legend.
Default: {fill:"none", stroke:"none"}
var instance; // Type: wijmo.chart.chart_legend; var value; // Type: any value = instance.style;
var style : any;
For more information on the available style parameters, see the Style Options topic.
The style object is defined in RaphaelJS, in the attr method’s parameters. Here is an external link to the documentation: http://raphaeljs.com/reference.html#Element.attr