Background « PieChart « JFreeChart Q&A

Home
JFreeChart Q&A
1.Axis
2.BarChart
3.Chart
4.Color
5.Component
6.Dataset
7.Development
8.GanttChart
9.Graph
10.Image
11.Interoperability
12.Label
13.Layout
14.Legend
15.LineChart
16.PieChart
17.Plot
18.Renderer
19.Series
20.ToolTip
21.XYLineChart
JFreeChart Q&A » PieChart » Background 

3. PieChart background color?    jfree.org

I am attempting to set the background color (the background Paint) on a pie chart. No matter what I do, it remains white. I want to set it to the same background as the ChartPanel I'm indirectly rendering on. My end goal is to have a pie chart without any kind of rectangular border or white bounding box. I am using ...

4. 3D pie chart background color always gray    jfree.org

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. ...

5. Background color on a multi pie chart    jfree.org

I'm trying to set the background color on a mutiple pie chart (the part under the individual pie chart name). After trying several dozen "set*Paint(...)" methods I finally gave up and wrote a small reflection utility that set every property on the Chart, MultiplePiePlot, and PiePlot3D that takes takes a "java.awt.Paint". Still no luck. I also commented out any calles to ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.