MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

How can I hide the percentage numbers in pie chart?

Open cristianrabadiaimbox opened this issue 3 years ago • 1 comments

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

cristianrabadiaimbox avatar Apr 25 '22 10:04 cristianrabadiaimbox

If you mean center text:chart.setDrawCenterText(false) If you mean value text:dataSet.setDrawValues(false)

gs666 avatar Jun 09 '22 02:06 gs666