Wijmo UI for the Web
calloutFilledStyle Field

A value that indicates the style to use in rendering the callout (the small triangle that points from the main hint box to the bar it describes).

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.calloutFilledStyle;
Javascript (Specification) 
var calloutFilledStyle : any;
Remarks
In order for this attribute of the callout to take effect, you must also set the calloutFilled attribute to true. Otherwise, it takes on the colors of the style attribute of the hint. 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

chart_hint Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.