Class LabeledLineChart<T extends Number>

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

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

    • LabeledLineChart

      public LabeledLineChart()
      Construtor
    • LabeledLineChart

      public LabeledLineChart(String title, String labelX, String labelY)
      Construtor
      Parameters:
      title - title
      labelX - labelX
      labelY - labelY
    • LabeledLineChart

      public LabeledLineChart(String title, String labelX, String labelY, Integer tickAngle)
      Construtor
      Parameters:
      title - title
      labelX - labelX
      labelY - labelY
      tickAngle - tickAngle
  • Method Details