paretochart - lines covered by the bars
paretochart - lines covered by the bars
hi, i am using the jfreechart's paretochart example to draw bars and lines on the same chart. however, i notice that the bars will cover the lines. is there anything i can set so that the lines will be drawn above/over the bars?
-
- Posts: 2
- Joined: Fri Nov 12, 2004 5:00 pm
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
In the latest release, this is the default, but it changed one or two versions ago. So try changing it to DatasetRenderingOrder.FORWARD and see if that helps.pstevlingson wrote:try plot.setDatasetRenderingOrder(DatasetRenderingOrder.REVERSE);
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

