Pregunta

How make stroke in AChartEngine barchart?

This dont work for me:

mCurrentSeries = new XYSeries("Sample Data");

mDataset.addSeries(mCurrentSeries);

mCurrentRenderer = new XYSeriesRenderer();

mCurrentRenderer.setStroke(BasicStroke.SOLID);
¿Fue útil?

Solución

That is not supported in AChartEngine yet. See this for extra explanations.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top