toolTip

Gauge Properties for general information about Output components.

Specifies a tooltip to be displayed on the Gauge component. Use placeholder {0} to insert the data value from the Gauge, 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.

Type

String

The tooltip to display

Example

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

Either syntax below can be used in component script:

toolTip           // unqualified
Gauge1.toolTip    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.