I have attached the screenshot of my usage chart. In red box display the legends and they are cutting in pie chart. Below is my code:
have you tried customizing with xml attribute android:translationY="-10dp" ?
android:translationY="-10dp"
OR view.setExtraOffsets(...);
view.setExtraOffsets(...);
you can manage dp accordingly.
dp
UPDATE
l.setYOffset(10f);