I am currently using JFreeCharts 0.9.4. I would like to set the background color of the chart (the area that surounds the plot area within the confines of my height and width.) The chart is being displayed in a JSP and the color of the background changes based when the graph is viewed on different machines, so I would like to set the background color in the code. Any help is much appreciated.
Dan
Chart Backgroud
Re: Chart Background
Try the setBackgroundPaint(...) method in the JFreeChart class.
Regards,
DG
Regards,
DG