Wijmo UI for the Web
titleStyle Field
wijmo.chart Namespace > chart_hint Interface : titleStyle Field

A value that indicates the style to use for the hint title text.

Note: Any style options set in the fallback textStyle option are used for any style options that are not set explicitly (or set by default) in this option.

For more information on the available style parameters, see the Style Options topic. In the image below, we set the title to "Title" and set the titleStyle to {fill: "yellow"}.

Default: {fill: "#d1d1d1","font-size": 16}

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.titleStyle;
var titleStyle : 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