How to listen to the scroll finish event in mpandroidchart.
I overrided the OnChartGestureListener
and OnChartValueSelectedListener
but it does not seems to work. onChartTranslate()
method gets callback even after the scroll gets end.
onChartGestureStart()
gets called when the user touches the chart and onChartGestureEnd()
gets called once the user stops touching the chart.
So, i need to catch the event which gets called when the scroll gets finished.
So, Can you give a headsup on how to listen to the scroll end of linechart in mpandroidchart.