Any way to resize the plot area? e.g. a pie radius, a bar chart plot area?
Thank you.
how to define the size of a plot area?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
No. JFreeChart was designed to draw charts at arbitrary sizes, and it does this by first allocating space for the title(s), legend and axes...the plot area is just whatever is left after this. There are occasions when this is a limitation, but most of the time it works very well.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


pie chart size
Since the chart size is determined automatically, how can I make sure the pie chart looks round? In my case it looks like oval.
Richard[/quote]
Richard[/quote]
Titles?
If JFreeChart is allocating space for the title(s) etc., why are some of my text missing?
I made a Pie3DChart which i saved as a Picture. The problem is that the Chart is that big, that the some of the text is outside the picture. Therefore you are only able to read some of the information.
Hope its possible to resize the chart so it fits the picture.(jpeg)
I made a Pie3DChart which i saved as a Picture. The problem is that the Chart is that big, that the some of the text is outside the picture. Therefore you are only able to read some of the information.
Hope its possible to resize the chart so it fits the picture.(jpeg)