Hi,<br><br>I need to display a chart in my page.<br><br>i have decided to use jfreechart API for creating Charts.[If this API is not suitable give the suitable API]<br><br><br>Here is my coding<br><br>public Class prerender{<br>
..........<br>..........<br><br>JFreeChart chart = CreateChart.createCharts();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; BufferedImage bi = CreateChart.extractImage(chart, 800, 600);<br>..................<br>................<br>................<br>
}<br><br>How can i display this bufferedImage in my page.<br><br>Please give your valuable suggetions for achieving this.<br><br>Give tips for both Html and Page class file.<br><br>Thanks in advance,<br>トマス<br>