Package 

Class BarHighlighter

    • Method Summary

      Modifier and Type Method Description
      Highlight getHighlight(float x, float y) Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.
      Highlight getStackedHighlight(Highlight high, IBarDataSet set, float xVal, float yVal) This method creates the Highlight object that also indicates which value of a stacked BarEntry has beenselected.
      • Methods inherited from class com.github.mikephil.charting.highlight.ChartHighlighter

        getClosestHighlightByPixel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHighlight

         Highlight getHighlight(float x, float y)

        Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.

      • getStackedHighlight

         Highlight getStackedHighlight(Highlight high, IBarDataSet set, float xVal, float yVal)

        This method creates the Highlight object that also indicates which value of a stacked BarEntry has beenselected.

        Parameters:
        high - the Highlight to work with looking for stacked values