android - MPAndroidChart: Remove start padding of x-axis labels in BarChart -
as shown in image above, is there way remove start padding in x-axis labels? i've tried each of following codes individually , altogether don't seem anything:
mbarchart.getxaxis().setxoffset(-50f); mbarchart.setextraleftoffset(-50f); mbarchart.setpadding(-50, 0,0,0);
Comments
Post a Comment