DataVisualizer.getEnableHover

Syntax

getEnableHover();

Description

The getEnableHover method returns the attribute whether effects are used on hovering the cursor over bubble chart bubbles.

Comments

The method returns value of the Boolean type.

If effects of hovering are used, the method returns the True value, otherwise it is False.

Example

The property use is given in the page with description of the BubbleChart.hoverItems property.

DataVisualizer