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

A value that indicates the text to use as the title at the top of the legend.

Default: ""

Syntax
var instance; // Type: wijmo.chart.chart_legend;
var value; // Type: string
value = instance.text;
var text : string;
Remarks
Set style properties on this text using the titleStyle attribute.
See Also

Reference

chart_legend Interface