Search found 5 matches

by anjanas
Thu Oct 15, 2009 11:32 am
Forum: JFreeChart
Topic: Barchart Tooltip and URL
Replies: 6
Views: 16931

Re: Barchart Tooltip and URL

Can u post the solution?
by anjanas
Tue Apr 15, 2008 11:58 am
Forum: JFreeChart
Topic: To dispaly jfree chart as Image in jasper reports
Replies: 0
Views: 2494

To dispaly jfree chart as Image in jasper reports

I wanted the jfree chart to display as an image in Jasper Reports . I have creasted a BufferedImage from jfree chart as given below bufferedImage = jfree.createBufferedImage(width,height,renderingInfo); In my jasper template I have an image with an expression java.awt.Image and a parameter-CHART to ...
by anjanas
Fri Apr 04, 2008 11:45 am
Forum: JFreeChart
Topic: Table data plotted along with chart
Replies: 5
Views: 11425

Thanks so much for the info.
by anjanas
Fri Mar 28, 2008 10:27 am
Forum: JFreeChart
Topic: Table data plotted along with chart
Replies: 5
Views: 11425

Just tell me if it is supported with jfree? Or anything like displaying a long text along with graph ?
by anjanas
Fri Mar 28, 2008 6:42 am
Forum: JFreeChart
Topic: Table data plotted along with chart
Replies: 5
Views: 11425

Table data plotted along with chart

Hi Is there any way to display the data plotted shown along with the chart. I need it as a separate table . Not as the item label in each plot in chart . X Y Value 10 10 100 20 20 200 30 30 300 40 40 400 50 50 500 Is there any way to do it.. Please help