Wijmo UI for the Web
style Field
wijmo.chart Namespace > chart_hint Interface : style Field
A value that indicates the fill color or gradient and outline thickness and color (stroke) of the rectangle used to display the hint. For more information on the available style parameters, see the Style Options topic.
Default: {fill: "270-#333333-#000000", "stroke-width": "2"}
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.style;
var style : any;
Remarks
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

chart_hint Interface

Concepts

Style Options