根据Android的图表引擎饼图中的屏幕尺寸标签文本大小图表、图中、文本、根据

2023-09-07 15:18:04 作者:相思蛊

我成功地使用显示achart engine.I要根据预先屏幕size.Thanks定制我的标签文字大小饼图。

I am successfully displaying pie chart using achart engine.I want to customize my labels text size according to the screen size.Thanks in advance.

推荐答案

您可以设置标签文字大小是这样的:

You can set the labels text size this way:

renderer.setLabelsTextSize(size);

您将不得不寻找寻找屏幕尺寸和标签尺寸之间的最佳比例最好的逻辑。

You will have to find the best logic for finding the best proportion between the screen size and the labels size.