Wijmo UI for the Web
text Field
wijmo.chart Namespace > chart_title Interface : text Field

A value that indicates the text to display in the header.

Type: String

Default: ""

Syntax
var instance; // Type: wijmo.chart.chart_title;
var value; // Type: string
value = instance.text;
var text : string;
Remarks
If you leave this as an empty string, no header renders, regardless of any other header attributes.
See Also

Reference

chart_title Interface