Question

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);
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top