Let's say I want a red bar with 4px black borders. I'd expect this to work:
series.series.color = Color.argb(255, 0, 0, 0);
series.series.bars.align = "center";
series.series.bars.show = true;
series.series.bars.lineWidth = 4;
series.series.bars.barWidth = 0.5f;
series.series.bars.fill = true;
series.series.bars.fillColor = Color.argb(255, 255, 0, 0);
I've tried multiple variants, but lineWidth seems to be ignored no matter what!
Original issue reported on code.google.com by hacker.d...@gmail.com on 14 May 2011 at 11:32
Original issue reported on code.google.com by
hacker.d...@gmail.com
on 14 May 2011 at 11:32