var instance; // Type: wijmo.chart.bubblechart_chartlabel; var value; // Type: any value = instance.style;
var style : any;
A value that indicates the style parameters to apply to the labels on each bubble in the chart.
Default: {}
var instance; // Type: wijmo.chart.bubblechart_chartlabel; var value; // Type: any value = instance.style;
var style : any;
Note: If you do not set any value for this style, the fallback style is chartLabelStyle.
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