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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -