Search found 2 matches

by venkatesh20
Wed May 23, 2012 11:58 pm
Forum: JFreeChart
Topic: LineColor in CombinedDomainXYPlot problem
Replies: 3
Views: 3586

Re: LineColor in CombinedDomainXYPlot problem

I have the same problem but the solution suggested here does not work. If i set the renderer after applying theme, irrespective of the color i choose the color of lines in all the graphs in CombinedDomainXYPlot is red only. All I need is the same color black for all the plots in the combined plot. B...
by venkatesh20
Wed May 23, 2012 12:39 pm
Forum: JFreeChart
Topic: Background colo wont change
Replies: 0
Views: 2036

Background colo wont change

convergencePlot = new CombinedDomainXYPlot(objPlot.getDomainAxis()); convergencePlot.setGap(12D); convergencePlot.setBackgroundPaint(Color.white); convergencePlot.setDomainGridlinePaint(Color.gray); convergencePlot.setRangeGridlinePaint(Color.gray); convergencePlot.setDomainGridlinesVisible(true); ...