I am trying to display horizontal bar chart using AChartEngine.
In the bar chart, ChartValues should be displayed. (I am using XYSeriesRenderer.setDisplayChartValues(tru
You can manually set the maximum Y axis value such as you will have enough space for the maximum value to be displayed.
myRenderer.setYAxisMax(150);