achartengine缩放按钮方向

时间:2014-12-18 11:00:06

标签: android achartengine android-orientation

可以将achartengine方向改为水平到垂直

enter image description here

1 个答案:

答案 0 :(得分:0)

不,当前的achart库没有此功能。

修改

achart引擎中唯一的对齐功能是 setMargins ,可用于增加/减少图形边距。

    // Setting margin width,height for the graph
    // {top , left , bottom, right}
    renderer.setMargins(new int[]{ 80, 60, 20, 20 });