-1

I am new to android programing.

Can some please guide me how can i get the graph value of specific co-ordinates,

i,e if i click on some points on the graph.

More specifically if my finger taps on any point on the screen of graph,

a label should pop up saying the values of the coordinate.

Please give in suggestion

manlio
  • 18,345
  • 14
  • 76
  • 126
Aashwin Jain
  • 193
  • 1
  • 1
  • 7

1 Answers1

1

The name of the library you are using is AChartEngine. To answer your question, please see an example here. Start at line 170.

Dan D.
  • 32,246
  • 5
  • 63
  • 79