AChartEngine showing only half circle

204 Views Asked by At

This is how value 11 is marked

This is how any maximum value is being displayed on the graph. How can i ensure that the full point is shown?

1

There are 1 best solutions below

4
On

Set the Y axis maximum visible value manually:

renderer.setYAxisMax(10.5);