i use AFreeChart chart(XYPlot) lib for my project. However i want to get xy-dataset values when i touch curve points, do you have any idea is there any onClicklistener for graph points?
Asked
Active
Viewed 240 times
1 Answers
0
I'm not familiar with aFreeChart but based on this answer the solution would seem to be to add a ChartTouchListener
to your chart, this will allow you to access the ChartEntity
under the touch point if there is one.