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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -