Question

Hi I´m using achartengine using dates in the x axis but when I insert data the drawing begins from right to left , any tip to resolve this behaviour ? Thanks

Était-ce utile?

La solution

I ended up by setting a mRenderer.setXAxisMin(-1); and a mRenderer.setXAxisMax(10); with this the graph drawing was perfect .

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top