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 the size of pie chart diagram is still remaining the same. i.e. the border around the chart is increasing but the size of graph remains the same.
Any solution will be greatly helpful to me....
Thanking you,,
Best Regards,
V. Phani
How to - increase the size of chart
-
- Posts: 8
- Joined: Tue Apr 11, 2006 11:10 pm
pie chart border/margin disapear
What I did was this
Code: Select all
// Set chart margin color to white, so that it blurs with chart background color
// this is necesary for pie charts
plot.setOutlinePaint(Color.WHITE);