Search found 6 matches

by reden
Fri Dec 02, 2005 5:55 pm
Forum: JFreeChart
Topic: ATTN David Gilbert: ChartPanel -> JLayeredPane ?
Replies: 4
Views: 4902

Couldn't you just put the ChartPanel in a JLayeredPane and then have the same effect?
by reden
Fri Dec 02, 2005 5:52 pm
Forum: JFreeChart
Topic: legends visibility
Replies: 4
Views: 5661

Ah, thanks. I was still using RC 1 which didn't have that method. I'm on 1.0.0 now! :D
by reden
Fri Dec 02, 2005 5:16 pm
Forum: JFreeChart
Topic: JFreeChart 1.0.0
Replies: 16
Views: 34262

Congratulations, David! JFreeChart really is a fabulous library, you've done an excellent job. We just recently migrated from a commercial library and this just beats the pants off it. Thank you very much for your hard work!
by reden
Fri Dec 02, 2005 7:54 am
Forum: JFreeChart
Topic: legends visibility
Replies: 4
Views: 5661

To remove legend use the removeLegend method in JFreeChart class. Thanks for the pointer. If the legend is removed, can it be added back without rebuilding the entire chart? We have an interactive builder that displays the chart changes as the user modifies the settings. If they choose to hide the ...
by reden
Wed Nov 23, 2005 12:36 am
Forum: JFreeChart
Topic: two colors in one line
Replies: 1
Views: 2678

At a minimum you could cheat and have two lines. One (in the first color) would only be present where you want to show that color and the second line (the second color) would be everywhere else.