Class DeviationRenderer

All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, LegendItemSource, XYItemRenderer, PublicCloneable
Direct Known Subclasses:
DeviationStepRenderer

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
See Also: