the_redcar
the_redcar

Reputation: 127

Increase size of percentage values of MPAndroidChart

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

Answers (1)

Tyrone Chris Abad
Tyrone Chris Abad

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

Related Questions