Package 

Interface OnChartValueSelectedListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onValueSelected(Entry e, Highlight h) Called when a value has been selected inside the chart.
      abstract void onNothingSelected() Called when nothing has been selected or an "un-select" has been made.
      • Methods inherited from class java.lang.Object

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

      • onValueSelected

         abstract void onValueSelected(Entry e, Highlight h)

        Called when a value has been selected inside the chart.

        Parameters:
        e - The selected Entry
        h - The corresponding highlight object that contains informationabout the highlighted position such as dataSetIndex, ...
      • onNothingSelected

         abstract void onNothingSelected()

        Called when nothing has been selected or an "un-select" has been made.