HoverMode

Namespace: PP;

Description

The HoverMode enumeration contains mouse events on firing which component elements are selected or displayed.

Is used by the following properties:

Available Values

Value Overview
Default Default behavior.
None Elements are not displayed or not selected on any mouse events.
Click Elements are displayed or selected on mouse click.
MouseOver Elements are displayed or selected on mouseover.
MouseOverCenter Elements are displayed or selected on hovering over element's center.

See also:

BubbleChart