How can I remove the blank space between the chart and the legend. I'm using PieChart. In this stackoverflow question say that should use the setOffset method, but in the last version this method doesn't exists, and the setMinOffset doesn't work.
Cou can achieve that by simply making the chart view smaller or mor proportional in terms of width and height.
Try this... work for me
pieChart.setExtraOffsets(-10,-10,-10,-10);
Most helpful comment
Try this... work for me
pieChart.setExtraOffsets(-10,-10,-10,-10);