Class AreaRenderer

All Implemented Interfaces:
Serializable, Cloneable, LegendItemSource, CategoryItemRenderer, PublicCloneable
Direct Known Subclasses:
StackedAreaRenderer

A category item renderer that draws area charts. You can use this renderer with the CategoryPlot class. The example shown here is generated by the AreaChartDemo1.java program included in the JFreeChart Demo Collection:

AreaRendererSample.png
See Also: