Search found 3 matches
- Tue Mar 31, 2009 7:07 am
- Forum: JFreeChart
- Topic: How to get the width and height from one chart
- Replies: 1
- Views: 3809
How to get the width and height from one chart
Hello I am using JfreeChart 1.0.11 I have created one chart like this JFreeChart chart = ChartFactory.createPieChart("Pie Chart Demo 1", dataset, true, true, false); Then, I have saved it into one JPG file ChartUtilities.saveChartAsJPEG(new File("Test1.jpg"), chart, 300,300); But, I would like repla...
- Thu Mar 19, 2009 4:05 pm
- Forum: JFreeChart
- Topic: How to return one PNG object from a JFreeChart
- Replies: 1
- Views: 3325
How to return one PNG object from a JFreeChart
Hello I am using JFreeChart 1.1.11. I would like include this java library into a web application (Servlet Bean and JSP) Inside one bean, I would like write one getxxxx method, with the followed parameters imput parameter: JFreeChart object Output parameter: JPEG or PNG object How can I. Could you h...
- Thu Mar 19, 2009 9:59 am
- Forum: Eastwood Chart Servlet
- Topic: How to return one PNG object from a JFreeChart
- Replies: 1
- Views: 67285
How to return one PNG object from a JFreeChart
Hello I am using JFreeChart 1.1.11. I would like include this java library into a web application (Servlet Bean and JSP) Inside one bean, I would like write one getxxxx method, with the followed parameters imput parameter: JFreeChart object Output parameter: JPEG or PNG object How can I. Could you h...