I am using MPAndroidChart library. Anybody has this problem? When I put the labels in BOTTOM position, these are cut.
Thank you
After a long research, I found the solution. The below code solved it.
chart.getLegend().setWordWrapEnabled(true);