Search found 3 matches

by folklayer
Wed Aug 10, 2005 1:54 am
Forum: JFreeChart
Topic: How to change the legend label color?
Replies: 0
Views: 2325

How to change the legend label color?

I can call chart.getLend().setBackground(), but how to change the label color?
by folklayer
Wed Aug 10, 2005 1:49 am
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12459

you should not expect user have jfree installed in his classpath; you might package the jfree jar files in the jnlp. Webstart allows to package multiple jar files.
by folklayer
Tue Aug 02, 2005 11:14 pm
Forum: JFreeChart
Topic: 2nd CategoryAxis doesn't show categories of 2nd dataset
Replies: 0
Views: 2324

2nd CategoryAxis doesn't show categories of 2nd dataset

I created a CategoryPlot containing two CategoryAxis (domain) and two NumberAxis (range). Two datasets were added into the plot and mapping to different domain axis / value axis / rederer. The value axis and renderer all works fine except that the Second category axis wrongly shows the category of f...