I am using MPAndroidChart library. Anybody has this problem? When I put the labels in BOTTOM position, these are cut.
Thank you
Legend l = pieChart.getLegend(); l.setPosition(LegendPosition.BELOW_CHART_LEFT); l.setXEntrySpace(7f); l.setYEntrySpace(0f); l.setYOffset(0f); l.setDirection(LegendDirection.LEFT_TO_RIGHT); l.setWordWrapEnabled(true);