BarChart « PieChart « JFreeChart Q&A





1. How to generate JFree 3D pie chart with drop shadow effect like 3D bar chart    stackoverflow.com

When I generate 3D bar chart, drop shadow is visible.but the same effect is not seen in 3D pie chart. Which method can be used for it. pls help. thanks in ...

2. Clipping of labels in a pie and bar chart    jfree.org

I'm getting some clipping of labels when I use a bar or pie chart, both of which have quite long labels. In the case of the pie chart, the labels are generally wrapping, so they are rendered on two lines. On the bar chart, the category axis (horizotal) is set so that the labels are drawn at an angle of -Math.PI/6.0 ...

3. Applying zoom factor to pie & bar charts    jfree.org

Hi, 1) I am a newbie and have just started using JFree charts. I am trying to create a pie chart. I have used the PiePlot class to render my pie chart. I came across a method named zoom(). I tried supplying values to check its usage. But unfortunately I could not figure out how it works and what needs to ...

5. to display barchart and piechart by reading data from Excel    jfree.org

hi, I am working on developing a consulting tool, for which it is required to fetch the data from Excel Sheet and to diplay the data in charts namely barchart and piechart. For fetching the data from Excel i am using HSSF POI Java Apache API . I need to integrate the code with JFreeChart. But i am not able to ...