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 additionally use HTML markup such as “<i>”, “<b>,” and “<br>” to format the tooltip contents.

Type

String The tooltip to display

Example

Chart1.toolTip = "<b>Company</b>: {0} <br><b>Total Sales</b>: {1,number,$##,###.00}";

<< isActionVisible(name) © 1996-2013 InetSoft Technology Corporation (v11.5) data >>