enableToolTip

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the enableToolTip of widget to {true | false}
get the enableToolTip of widget
Associationscom.livecode.widget.chart
Summary

Enable or disable chart tooltips.

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the enableToolTip of widget "Chart View" to false
end mouseUp
Description

Use the enableToolTip property to enable and disable the tooltip that displays the chart for each dataset.