Sumit Sahoo
Sumit Sahoo

Reputation: 3209

How to change the percentage text color in MPAndroidChart PieChart?

I have a PieChart in my App using MPAndroidChart library but by default the chart slice percentage text is all white. Managed to change the percentage color but couldn't do the same for it's description text. See the image below

enter image description here

Upvotes: 3

Views: 1600

Answers (1)

Ryan
Ryan

Reputation: 1883

You might be looking for PieChart#setEntryLabelColor(int)

Upvotes: 5

Related Questions