0

I'm trying to register onClickListener and onCreateContextMenuListener on a GraphicalView object. However it seems that the listeners are not receiving the clicks and long clicks.

How can I create Context Menu on GraphicalView objects?

Tan Jing Yuan
  • 73
  • 2
  • 7

1 Answers1

0

aChartEngine, GraphicalView OnClickListener not working

I found the answer here. You have to setCLickEnabled on the renderer.

Community
  • 1
  • 1
Tan Jing Yuan
  • 73
  • 2
  • 7