Search found 2 matches

by superslip103
Wed Dec 12, 2007 5:05 pm
Forum: JFreeChart
Topic: Legend Display OFF - caused series color change
Replies: 3
Views: 4195

Hi guys, after tracing through the source code (somewhat unnecessarily), you can actually set the SeriesRenderingOrder for your plot by doing this:



Code: Select all

xyplot.removeLegend();
xyplot.setSeriesRenderingOrder(SeriesRenderingOrder.FORWARD);
Hope that helps,
Rohit
by superslip103
Wed Dec 12, 2007 1:06 pm
Forum: JFreeChart
Topic: Legend Display OFF - caused series color change
Replies: 3
Views: 4195

Hi

Did anyone manage to solve this problem? I'm on version 1.0.5 and am having the same issues...

Thanks,
Rohit