BubbleChart.ItemHovered

Syntax

ItemHovered: function (sender, args: Object, timeout: Number);

Parameters

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.

Description

The ItemHovered event occurs on hovering the cursor over chart bubble.

Example

The example of method use is given in description of the BubbleChart.applyColorScheme method.

See also:

BubbleChart