Search found 7 matches
- Fri Jul 25, 2003 11:33 pm
- Forum: JFreeChart
- Topic: jfreechart package does not exist
- Replies: 1
- Views: 5574
jfreechart package does not exist
I want to run a jsp file which import jfreechart package on Tomcat server. I have set up my classpath to include the path of jfreechart-0.9.8.jar and jcommon-0.9.8.jar. however I got the following error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1...
- Fri Jul 25, 2003 4:39 pm
- Forum: JFreeChart
- Topic: draw border of the chart
- Replies: 4
- Views: 6975
thank you
tried, no problem
- Fri Jul 11, 2003 3:51 pm
- Forum: JFreeChart
- Topic: draw border of the chart
- Replies: 4
- Views: 6975
draw border of the chart
Is there any way to draw a border around the whole chart?
Thanks.
Thanks.
- Fri Jul 11, 2003 12:03 pm
- Forum: JFreeChart
- Topic: how to define the size of a plot area?
- Replies: 3
- Views: 7752
how to define the size of a plot area?
Any way to resize the plot area? e.g. a pie radius, a bar chart plot area?
Thank you.
Thank you.
- Fri Jul 11, 2003 11:43 am
- Forum: JFreeChart
- Topic: chart size params
- Replies: 4
- Views: 6172
- Fri Jul 11, 2003 9:51 am
- Forum: JFreeChart
- Topic: chart size params
- Replies: 4
- Views: 6172
- Thu Jul 10, 2003 3:46 pm
- Forum: JFreeChart
- Topic: chart size params
- Replies: 4
- Views: 6172
chart size params
I use writeChartAsJPEG(java.io.OutputStream out, JFreeChart chart, int width, int height) to write the chart onto a output stream. I wonder what the int width, and height stand for, do they define the size of the image of the chart, and are they in pixels? thanks