Class StatisticalLineAndShapeRenderer

All Implemented Interfaces:
Serializable, Cloneable, LegendItemSource, CategoryItemRenderer, org.jfree.util.PublicCloneable

public class StatisticalLineAndShapeRenderer extends LineAndShapeRenderer implements Cloneable, org.jfree.util.PublicCloneable, Serializable
A renderer that draws shapes for each data item, and lines between data items. Each point has a mean value and a standard deviation line. For use with the CategoryPlot class. The example shown here is generated by the StatisticalLineChartDemo1.java program included in the JFreeChart Demo Collection:

StatisticalLineRendererSample.png
See Also: