Wijmo UI for the Web
calloutFilled Field

Determines whether to fill 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: bool
value = instance.calloutFilled;
Javascript (Specification) 
var calloutFilled : bool;
Remarks
If you set it to true, the callout triangle uses the colors you specify in the calloutFilledStyle attribute. Otherwise, it takes on the colors of the style attribute of the hint.
Browser Compatibility
7
5
5

See Also

Reference

chart_hint Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.