I am using MPAndroidChart.
I want to remove percent values on the PieChart. How can I do this?
For not drawing the entry-values, call:
pieData.setDrawValues(false)
For not drawing the x-values, call:
pieChart.setDrawSliceText(false)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With