How to hide the square displaying in the left bottom of my chart?

110 Views Asked by At

I am using MPAndroidChart. I want to hide the little square (lower left). How can I do this ?

enter image description here

Thanks a lot !

1

There are 1 best solutions below

0
On BEST ANSWER

chart.getLegend().setEnabled(false)