Wijmo UI for the Web
style Field

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

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.bubblechart_chartlabel;
var value; // Type: any
value = instance.style;
Javascript (Specification) 
var style : any;
Remarks
Note: If you do not set any value for this style, the fallback style is chartLabelStyle. 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.
Browser Compatibility
7
5
5

See Also

Reference

bubblechart_chartlabel Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.