toolTip
Specifies a tooltip to be displayed on chart elements. You can use placeholders {0}, {1}, {2}, etc. to insert data values from the corresponding fields into the tooltip text, and format the inserted data using java.text.MessageFormat format. You may use the code “<br>” to insert a line break into the tooltip, but other HTML markup is not supported.
Type
String The tooltip to display
Example
Chart1.toolTip = "Company: {0} <br>Total Sales: {1,number,$##,###.00}";
| << size | © 1996-2013 InetSoft Technology Corporation (v11.5) | SI.11 Field Object >> |