...
While you can hunt through the Javadoc to read about the chart model, many of the elements and attributes of the model are named pretty intuitively enough to deduce their meaning. Icluded Included here are soem some key attributes and their valid values that will speed your progress in getting the chart you are looking for.
...
At the start of this doc, we mentioned there are two renderer implementations for ChartBeans, JFreeChart and OpenFlashChart. You can easily switch between the two renderers using the chartEngine attribute of the chartModel element. This is convenient especially when you want to quickly (and visually) determine which attributes are supported by which renderer.
Element | Attribute | Description |
---|---|---|
chartModel | chartEngine | Optional Valid values are: JFreeChart, OpenFlashChart |
If you do not specify the chartEngine attribute, the system default renderer is used.
...