1

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?

Osman Yılmaz
  • 123
  • 1
  • 9

1 Answers1

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.

Community
  • 1
  • 1
GrahamA
  • 5,875
  • 29
  • 39