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,但是我遇到了一个问题,XLabels 的文本不可读,它们的尺寸很短并且与条形混淆。我怎样才能使文本变大并将它们向右移动一点?这是我的 GraphicView 的图像。
您可以按如下方式设置标签文本大小
mRenderer.setLabelsTextSize(15); // 15
例子在这里