An object of this type represents a full descritption of a chart.
Therefore it is able to produce the chart and dataset object
resulting out of this definition.
author: Guido Laures
Returns a chart. The type of this object is dependant on the underlying
chart implementation. As of this version of Cewolf it is of type
org.jfree.chart.JFreeChart.
the chart object for this definition throws: DatasetProduceException - if there could be no data produced forthe cahrt throws: ConfigurationException - if there is something wrong in theCewolf configuration throws: PostProcessingException - if a post processor failed to process the chart
Returns the dataset produced when using this definition.The type of this object is dependant on the underlying
chart implementation. As of this version of Cewolf it is of type
org.jfree.data.Dataset.
Object the dataset for this definition throws: DatasetProduceException - if the dataset could not be produced