开发者

How to disable zoom icons on Achartengine

开发者 https://www.devze.com 2023-03-17 13:51 出处:网络
I want to disable the zoom icons on Achartengine but without 开发者_JAVA技巧disable the zoom. It\'s that possible?

I want to disable the zoom icons on Achartengine but without 开发者_JAVA技巧disable the zoom.

It's that possible?

Thanks


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


In 1.0.0 it's

 renderer.setZoomButtonsVisible(false);

http://www.achartengine.org/content/javadoc/org/achartengine/renderer/DefaultRenderer.html#setZoomButtonsVisible(boolean)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号