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 number or date formats. (See Add Data Format for more details on format strings.) You can additionally use HTML markup such as <i>, <b>, <h1>, <u>, <small>, and <br> to format the tooltip contents.
Example
Chart1.toolTip = "<b>Company</b>: {0} <br><b>Total Sales</b>: {1,number,$##,###.00}";
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |