java - How to Remove label on pie chart -


i have created pie chart using philjay mpandroidchart not want text , figure written on pie chart should beside of pie chart color description figure. display @ downside without figure. enter image description here

to remove x-values use piechart.setdrawslicetext(false).

to remove y-values use piechart.getdata().setdrawvalues(false).


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -