Search found 1 match
- Tue Sep 06, 2005 8:15 am
- Forum: JFreeChart
- Topic: Problem with coloring
- Replies: 1
- Views: 3908
Problem with coloring
I have a StackedBarChart and try to change the colors. I wrote the following two examples: this one doesn't work: import java.awt.Color; import java.io.File; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart; import org.jfree.chart.axis.Cat...