Search found 1 match

by jm.tinghir
Tue Jan 29, 2008 10:25 am
Forum: JFreeChart
Topic: DIfference with chart and Legend colors
Replies: 3
Views: 3954

DIfference with chart and Legend colors

Hi, I want to customize the colors in my stackedBarChart, because I don't like the default ones. I managed to do it this way : JFreeChart chart = ChartFactory.createStackedBarChart("", "", "", resultDataSet, PlotOrientation.VERTICAL, true, true, false); final CategoryPlot plot = chart.getCategoryPlo...