AppIsDataTooltip

Checks if the data tooltips are enabled.

bEnabled = AppIsDataTooltip()

Return Value

If bEnabled is TRUE (1) data tooltips will be displayed for 2D datasets, if the mouse cursor is on a data point.

Comment

Button: Cursor_Tooltip

The setting is saved in the registry in the key “settings/datatooltip” as an integer:

GetProfileInt("settings", "datatooltip", "", 1)

History

Version Description
5.12.0 New

id-1754735