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 Y 轴标签位置mRenderer.setYLabelsAlign(Align.LEFT);。但我找不到 X 轴的类似设置。为了在轴上方显示 x 轴标签,我需要做些什么特别的事情吗?
mRenderer.setYLabelsAlign(Align.LEFT);
谢谢
做这样的事情:
renderer.setXLabelsPadding(-30);