Class LineChart<T extends Number>

java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<LinedData<T>,String>
org.wicketstuff.jqplot.lib.chart.LineChart<T>
All Implemented Interfaces:
Serializable, Chart<LinedData<T>>

public class LineChart<T extends Number> extends AbstractChart<LinedData<T>,String>
Simple implementation of Line Chart. This class can/should be extended.
Author:
inaiat
See Also:
  • Constructor Details

    • LineChart

      public LineChart()
      Line chart construcotr
    • LineChart

      public LineChart(String title)
      Construtor
      Parameters:
      title - Title of chart
    • LineChart

      public LineChart(String title, String labelX, String labelY)
      Construtor
      Parameters:
      title - title
      labelX - labelX
      labelY - labelY
  • Method Details