wijmo.chart Namespace > chart_legend Interface : style Field |
A value that indicates the background color (fill) and border (stroke) of the legend. The style is defined in Raphael here is the documentation: http://raphaeljs.com/reference.html#Element.attr. The style is the 'attr' method's parameters.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.chart.chart_legend; var value; // Type: any value = instance.style; |
Javascript (Specification) | |
---|---|
|