android - How to set text for each horizontal bar chart in MPAndroidChart? -


enter image description here

i want set text each horizontal bar chart in mpandroidchart.

please, me. much

i have idea, hope helpful u

chart.getxaxis().setposition(xaxis.xaxisposition.bottom_inside); chart.getxaxis().setxoffset(-100); 

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -