Reputation: 127
I am trying to use a pie chart (com.github.mikephil.charting.charts.PieChart, or MPAndroidChart) to display information in my app. However, the percentage values are way too small to be able to be seen. Is there a method that allows me to increase the size of the percentage value texts?
Upvotes: 0
Views: 332
Reputation: 76
[MPAndroidChart]
I cant add a comment because I have low reputation but have you tried setting the Y/X Axis with axis.setTextSize(12f);
? provide more info pls.
Upvotes: 1