The ChartPanel component can be used to encapsulate a chart generated by JFreeChart, which can be found at
http://www.object-refinery.com/jfreechart/.
ChartPanel provides the ability to set the height and width of the chart as well as providing the ability to raise an ActionEvent when the chart is clicked on. The actual chart generation is done via the JFreeChart classes.
The component requires the JFreeChart 0.9.2 libraries or better. The JFreeChart libraries themselves are built upon the JCommon libary, also fromthe object-refinery.
|