public interface IsDefaultInteraction
Modifier and Type | Method and Description |
---|---|
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.
|
InteractionMode getMode()
boolean isIntersect()
InteractionAxis getAxis()