JFreeChart is an open source charting library implemented in Java. It provides the capability to dynamically create sophisticated charts and incorporate them into Java applications.
The library supports a variety of chart types, including pie, bar, line, area and other types of charts. It also provides support for more complex charts, such as Gantt charts, candlestick charts, stacked charts and polar charts.
This in-depth presentation, Creating Dynamic Charts With JFreeChart, illustrates how to create charts in Java with the JFreeChart library. The emphasis of the presentation is on how to smoothly and effectively incorporate the charts into web sites.
In almost no time at all, you'll understand how to use JFreeChart to dynamically generate charts from a live database and embed the chart within the context of a web page.
|