Interface JRAreaPlot

All Superinterfaces:
Cloneable, JRCategoryAxisFormat, JRCategoryPlot, JRChartPlot, JRCloneable, JRValueAxisFormat
All Known Implementing Classes:
JRBaseAreaPlot, JRDesignAreaPlot, JRFillAreaPlot

public interface JRAreaPlot extends JRCategoryPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items. This kind of plot allows users to specify only the labels for both axes and their format. Currently no other settings are necessary.
Author:
Flavus Sana (flavius_sana@users.sourceforge.net)