Wijmo UI for the Web
style Field
wijmo.chart Namespace > bubblechart_chartlabel Interface : style Field

A value that indicates the style parameters to apply to the labels on each bubble in the chart.

Default: {}

Syntax
var instance; // Type: wijmo.chart.bubblechart_chartlabel;
var value; // Type: any
value = instance.style;
var style : any;
Remarks

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

See Also

Reference

bubblechart_chartlabel Interface