Class BarSeriesChart<I extends Number,V extends Number>

java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<LineSeriesData<I,V>,String>
org.wicketstuff.jqplot.lib.chart.BarSeriesChart<I,V>
All Implemented Interfaces:
Serializable, Chart<LineSeriesData<I,V>>

public class BarSeriesChart<I extends Number,V extends Number> extends AbstractChart<LineSeriesData<I,V>,String>
Simple implementation of Bar Chart. This class can/should be extended.
Author:
inaiat
See Also: