Class DefaultChartInteraction

    • Constructor Detail

      • DefaultChartInteraction

        public DefaultChartInteraction​(IsDefaultInteraction interaction)
        Creates the object by interaction option element instance.
        Parameters:
        interaction - interaction option element instance.
    • Method Detail

      • isIntersect

        public final boolean isIntersect()
        Description copied from interface: IsDefaultInteraction
        If true, the hover mode only applies when the mouse position intersects an item on the chart.
        Specified by:
        isIntersect in interface IsDefaultInteraction
        Returns:
        if true, the hover mode only applies when the mouse position intersects an item on the chart.
      • isIncludeInvisible

        public boolean isIncludeInvisible()
        Description copied from interface: IsDefaultInteraction
        If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
        Specified by:
        isIncludeInvisible in interface IsDefaultInteraction
        Returns:
        if true, the invisible points that are outside of the chart area will also be included when evaluating interactions.