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 FWCropResultFormComponentPanel extends FWAbstractResultFormComponentPanel { // Public Constructors public FWCropResultFormComponentPanel(); // Protected Instance Variables protected ChartPanel iChartPanel; // Public Instance Methods