public interface OnChartValueSelectedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNothingSelected()
Called when nothing has been selected or an "un-select" has been made.
|
void |
onValueSelected(Entry e,
Highlight h)
Called when a value has been selected inside the chart.
|
void onValueSelected(Entry e, Highlight h)
e - The selected Entryh - The corresponding highlight object that contains information
about the highlighted position such as dataSetIndex, ...void onNothingSelected()