Search found 3 matches

by kkonkler
Thu Mar 14, 2013 8:34 pm
Forum: JFreeChart
Topic: Bug - AutoRange in TimeSeriesChart
Replies: 13
Views: 23994

Re: Bug - AutoRange in TimeSeriesChart

Thanks!
by kkonkler
Wed Mar 13, 2013 7:38 pm
Forum: JFreeChart
Topic: Bug - AutoRange in TimeSeriesChart
Replies: 13
Views: 23994

Re: Bug - AutoRange in TimeSeriesChart

I too am happy that this is solved and have the same question as Julia.

Will there be a 1.0.15 release with this fix sometime soon?
by kkonkler
Wed Mar 13, 2013 7:28 pm
Forum: JFreeChart
Topic: Why does chart.removeLegend(); change the colors of a chart?
Replies: 4
Views: 8352

Re: Why does chart.removeLegend(); change the colors of a ch

I too am seeing this exact same issue in version 1.0.14. Instead of running chart.removeLegend(), I am using chart.getLegend().setVisible(false); I have seen in in two scenarios: 1. Just like KevinWorkman, I have one main XYPlot with several other plots showing the same data with different perspecti...