Interface IsDefaultInteraction

    • Method Detail

      • getMode

        IsInteractionMode 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 which directions are used in calculating distances.
        Returns:
        define which directions are used in calculating distances.
      • isIncludeInvisible

        boolean isIncludeInvisible()
        If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
        Returns:
        if true, the invisible points that are outside of the chart area will also be included when evaluating interactions.