Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top