Hi :
I too am trying pie chart. My os is SunSolaris.
I am able to show the pie chart.. but the title of the graph is not displayed and also the boxes around the values are not displayed.
Any solution will be greatly helpful
Search found 4 matches
- Thu Apr 15, 2004 2:05 pm
- Forum: JFreeChart
- Topic: Pie chart labels
- Replies: 7
- Views: 5731
- Mon Apr 12, 2004 12:18 pm
- Forum: JFreeChart
- Topic: How to - increase the size of chart
- Replies: 4
- Views: 7455
How to - increase the size of chart
Hi : How do we increase the size of the pie chart? I want the pie chart to be shown bigger. ie.e. i want only the size of piechart to be increased not the whole image. I tried ServletUtilities.saveChartAsPNG(chart, 500, 500, info, session);, the size of the whole image is getting increased but the t...
- Mon Apr 12, 2004 5:51 am
- Forum: JFreeChart
- Topic: How to -- org.jfree.chart.demo.PieChartDemo4
- Replies: 3
- Views: 4769
Problem - is with rotation
Hi Garv : Thank you for the reply.. I am able to display the image in my web applcation. But the problem is i am not able to rotate the image. i.e. org.jfree.chart.demo.PieChartDemo4 Please take a look at the org.jfree.chart.demo.PieChartDemo4 and let me know what to do to keep the piechart rotating...
- Fri Apr 09, 2004 2:35 pm
- Forum: JFreeChart
- Topic: How to -- org.jfree.chart.demo.PieChartDemo4
- Replies: 3
- Views: 4769
How to -- org.jfree.chart.demo.PieChartDemo4
Hi : I am using JFreeChart 0.9.17. I want to use org.jfree.chart.demo.PieChartDemo4 in my web application. I am able to display the graph but not able to rotate it. Please help me to rotate the graph... How can org.jfree.chart.demo.PieChartDemo4 be shown in my jsp/servlet? follwoing is my code writt...