toolTip
|
Image Properties for general information about Image components. |
Specifies a tooltip to be displayed on the Image component. Use placeholder {0} to insert the data value from the Image, and format the inserted data using number formats. (See Number Format for more details on format strings.) You can additionally use HTML markup such as <i>, <b>, <h1>, <u>, <small>, <br> to format the tooltip contents.
Example
Image1.toolTip = "<b>Total Sales</b>: {0,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. |