Interface IsDefaultInteraction

    • Method Detail

      • getMode

        InteractionMode getMode()
        Returns which elements appear in the tooltip.
        Returns:
        which elements appear in the tooltip.
      • isIntersect

        boolean isIntersect()
        if true, the hover mode only applies when the mouse position intersects an item on the chart.
        Returns:
        if true, the hover mode only applies when the mouse position intersects an item on the chart.
      • getAxis

        InteractionAxis getAxis()
        Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
        Returns:
        define which directions are used in calculating distances.