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.
to remove x-values use piechart.setdrawslicetext(false)
.
to remove y-values use piechart.getdata().setdrawvalues(false)
.
Comments
Post a Comment