android - MPAndroidChart: Remove start padding of x-axis labels in BarChart -


enter image description here

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); 

call:

chart.setviewportoffsets(0f, 0f, 0f, 0f); 

check setting chart padding / offset answer.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -