AChartEngine showing only half circle

221 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 answers

4
Dan D. On

Set the Y axis maximum visible value manually:

renderer.setYAxisMax(10.5);