Class PieChart<T extends Number>

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

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

    • PieChart

      public PieChart()
      Construtor
    • PieChart

      public PieChart(String title)
      Construtor
      Parameters:
      title - The title
  • Method Details