MPAndroidChart
MPAndroidChart copied to clipboard
How can I hide the percentage numbers in pie chart?
How can I hide the percentage numbers in pie Chart?
Hi, i like hide the numbers of percentage in pie chart but i don´t know how to. I tryed with pieChart.setUsePercentValues(false) pieChart.setDrawEntryLabels(false) pieChart.description.isEnabled = false
If you mean center text:chart.setDrawCenterText(false)
If you mean value text:dataSet.setDrawValues(false)