This form component displays a org.jfree.chart.JFreeChart. It is a display only component. The displayed chart can
be set by one of the setChart(JFreeChart) methods.
public class FWChartResultFormComponentPanel extends FWAbstractResultFormComponentPanel { // Public Constructors public FWChartResultFormComponentPanel(); // Protected Instance Variables protected ChartPanel iChartPanel; // Public Instance Methods