Class LineSeriesChart<I extends Number,V extends Number>

java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<LineSeriesData<I,V>,String>
org.wicketstuff.jqplot.lib.chart.LineSeriesChart<I,V>
Type Parameters:
I - type of index of serie
V - type of value of serie
All Implemented Interfaces:
Serializable, Chart<LineSeriesData<I,V>>

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