I am using version 1.0.12 creating a 3D Pie chart. The background is gray even though I have tried setBackgroundPaint(Color.WHITE) and also setBackgroundPaint(new Color(0,0,0,0)). I saw the 2nd example in a post about making the background transparent. I don't care if it is white or transparent, either will be OK, as it will most likely be printed on plain white paper. ...