AppSetDataTooltip

Enables or disables the data tooltips.

bool = AppSetDataTooltip(bEnable)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

bEnable

If bEnable is TRUE (1), data tool tips will be displayed if the mouse cursor is on a data point of a 2D dataset.

Comment

Button: Cursor_Tooltip

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

AppSetDataTooltip(1)

History

Version Description
5.12.0 New

id-1829414