public interface OnDataPointTapListener
BaseSeries.setOnDataPointTapListener(OnDataPointTapListener)| Modifier and Type | Method and Description |
|---|---|
void |
onTap(Series series,
DataPointInterface dataPoint)
gets called when the user touches on a datapoint.
|
void onTap(Series series, DataPointInterface dataPoint)
series - the corresponding seriesdataPoint - the data point that was tapped on