Class DeviationRenderer

All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, LegendItemSource, XYItemRenderer, org.jfree.util.PublicCloneable

A specialised subclass of the XYLineAndShapeRenderer that requires an IntervalXYDataset and represents the y-interval by shading an area behind the y-values on the chart. The example shown here is generated by the DeviationRendererDemo1.java program included in the JFreeChart demo collection:

DeviationRendererSample.png
Since:
1.0.5
See Also: