Class RectangularChartImpl<T extends RectangularChart,M extends RectangularChartModelImpl>

All Implemented Interfaces:
Chart<T>, CoordinateChart<T>, RectangularChart<T>, HasStartEffect<T>, ChartModel<T>, CoordinateChartModel<T>, RectangularChartModel<T>, HasColors<T>, HasMargins<T>, AttachNotifier, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasContextHelp, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SeriesBasedChartImpl, XYChartImpl

public abstract class RectangularChartImpl<T extends RectangularChart,M extends RectangularChartModelImpl> extends CoordinateChartImpl<T,M> implements RectangularChart<T>