public abstract class IlvSingleChartRenderer extends IlvChartRenderer
IlvSingleChartRenderer class is the base class for
elementary renderers. The subclasses of IlvSingleChartRenderer
implement the drawing of a given rendering type. Single renderers usually
have a composite counterpart (subclass of IlvCompositeChartRenderer),
which is used to display several data sets. For example,
IlvSingleBarRenderer renders a single data set with bars, while
IlvBarChartRenderer uses instances of this elementary renderer
to display the contents of a data source.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.