StackedXYBarRenderer « Renderer « JFreeChart Q&A





1. Using StackedXYBarRenderer with TimeTableXYDataset    jfree.org

Using StackedXYBarRenderer with TimeTableXYDataset by dsw2 Thu Oct 27, 2011 1:25 am Hi. I'm stuck trying to get a StackedXYBarRenderer to plot the series along a timeline. What I'm trying to do is very close to the XYBarChartDemo7 example, but using a StackedXYBarRenderer. The idea is to plot two series of dates along a 2-year timeline (2011 to 2013), with ...

4. 1.0.11 Bug: StackedXYBarRenderer ignores shadowsVisible    jfree.org

if (pass == 0) { getBarPainter().paintBarShadow(g2, this, series, item, bar, barBase, false); } ...

5. StackedXYBarRenderer alwys shows shadow    jfree.org

The StackXYBarRenderer always appears to show shadows, regardless of whether or not the setShadowVisible(false) method is used. It would appear as though this may be due to the StackedXYBarRenderer incorrectly setting the pass parameter to the drawItem method if (pass == 0) { getBarPainter().paintBarShadow(g2, this, series, item, bar, barBase, false); } I am assuming that there should probably be a check ...

6. StackedXYBarRenderer    jfree.org