本文介绍了根据Android的图表引擎饼图中的屏幕尺寸标签文本大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我成功地使用显示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.
这篇关于根据Android的图表引擎饼图中的屏幕尺寸标签文本大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!