I\'m using the MPAndroidChart for my bar graph and I\'m struggling with removing the padding of the graph (see pic below)
This worked for me:
barChart.getAxisLeft().setXOffset(-9f);