Wijmo UI for the Web
content Field

A value that appears in the content part of the tooltip or a function which is used to get a value for the tooltip shown.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.content;
Javascript (Specification) 
var content : any;
Remarks
If you do not set the content here, the hint displays content in the following order: The hint option's title attribute The seriesList option's label attribute, which shows "undefined" if you do not provide a label value The seriesList option's data y attribute You can format the numeric Y data in this attribute using a function
Browser Compatibility
7
5
5

See Also

Reference

chart_hint Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.