Wijmo UI for the Web
title Field
wijmo.chart Namespace > chart_hint Interface : title Field
A text value (or a function returning a text value) to display in the hint on a line above the content. In the image below, we set the title to "Title" and set the titleStyle to {fill: "yellow"}.
Default: null
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.title;
var title : any;
See Also

Reference

chart_hint Interface
content Option
titleStyle Option