public final class DefaultHover extends Object implements IsDefaultHover
| Constructor and Description | 
|---|
| DefaultHover() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getAnimationDuration()Returns the duration in milliseconds it takes to animate hover style changes. | 
| InteractionAxis | getAxis()Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances. | 
| InteractionMode | getMode()Returns which elements appear in the tooltip. | 
| boolean | isIntersect()if true, the hover mode only applies when the mouse position intersects an item on the chart. | 
public InteractionMode getMode()
IsDefaultHovergetMode in interface IsDefaultHoverpublic boolean isIntersect()
IsDefaultHoverisIntersect in interface IsDefaultHoverpublic int getAnimationDuration()
IsDefaultHovergetAnimationDuration in interface IsDefaultHoverpublic InteractionAxis getAxis()
IsDefaultHovergetAxis in interface IsDefaultHover