I set the max values for the x axis (for example) with the one parameter
function "public double getXAxisMax(int scale)" like this:
mRenderer.setXAxisMax(5);
and the engine runs fine.
When I use the two parameters function "public void setXAxisMax(double max, int
scale)", and the second paramter is 0 (zero):
mRenderer.setXAxisMax(5,0);
the engine runs also.
But if the parameter is not 0 (zero)
mRenderer.setXAxisMax(5,2); (1, 2, or any value)
the engine brakes and the programs throws a runtime exception.
Original issue reported on code.google.com by el.pada...@gmail.com on 25 Apr 2014 at 9:17
Original issue reported on code.google.com by
el.pada...@gmail.com
on 25 Apr 2014 at 9:17