ItemHovered: function (sender, args: Object, timeout: Number);
sender. Event source.
args. Event information. Available arguments: Item - chart bubble, Hovered - determines whether bubble is hovered over with the cursor.
timeout. Time delay (milliseconds) after which the event is fired.
The ItemHovered event occurs on hovering the cursor over chart bubble.
The example of method use is given in description of the BubbleChart.applyColorScheme method.
See also: