Tooltip Style

Overview

The tooltip is a common graphical user interface element. It is used in conjunction with a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small box appears with the name or description of the item being hovered over. AnyGauge allows to add tooltips to gauge pointers. Tooltip has a lot of settings: visual appearance - like background and font, positioning settings and text formatting.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <tooltip_style name="">
02   <format />
03   <font />
04   <background />
05 </tooltip_style>

Tooltip has subnodes: format, font and background. They are similar to AnyChart settings of tooltips

to top

States Supported

No states are supported for this style.

to top