Reputation: 729
I want to disable the zoom icons on Achartengine but without disable the zoom.
It's that possible?
Thanks
Upvotes: 1
Views: 861
Reputation: 32391
It is possible: renderer.setZoomButtonsEnabled(false); It works with 0.7.0. Intermediate 0.7.0 releases are available here: http://www.achartengine.org/download/
Regards,
Dan
Upvotes: 2