Alex Moreno
Alex Moreno

Reputation: 729

How to disable zoom icons on Achartengine

I want to disable the zoom icons on Achartengine but without disable the zoom.

It's that possible?

Thanks

Upvotes: 1

Views: 861

Answers (2)

Dan D.
Dan D.

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

Related Questions