Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用了 achartengine 的条形图。我的 x 轴不是数字但有文本项。就像下图一样。有没有办法使用 achartengine 制作这样的条形图?我可以只显示 x 轴上的文本而不显示比例吗?
我也有问题clearXTextLabels(),试试这个:
clearXTextLabels()
renderer.setXlabels(0); renderer.addXTextLabel(0,"Electronics"); renderer.addXTextLabel(1,"Medical"); ...