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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -