Class StatisticalBarRenderer

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

public class StatisticalBarRenderer extends BarRenderer implements CategoryItemRenderer, Cloneable, org.jfree.util.PublicCloneable, Serializable
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line. The example shown here is generated by the StatisticalBarChartDemo1.java program included in the JFreeChart Demo Collection:

StatisticalBarRendererSample.png
See Also: