可以将achartengine方向改为水平到垂直。
答案 0 :(得分:0)
不,当前的achart库没有此功能。
修改强>
achart引擎中唯一的对齐功能是 setMargins ,可用于增加/减少图形边距。
// Setting margin width,height for the graph
// {top , left , bottom, right}
renderer.setMargins(new int[]{ 80, 60, 20, 20 });