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.
A renderer that represents data from an
XYZDataset by drawing a
color block at each (x, y) point, where the color is a function of the
z-value from the dataset.
A renderer that draws a circle at each data point with a diameter that is
determined by the z-value in the dataset (the renderer requires the dataset
to be an instance of
XYZDataset .