开发者

How to disable zoom icons on Achartengine

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜