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