Class PieChartDataSet

java.lang.Object
org.jCharts.chartData.DataSet
org.jCharts.chartData.PieChartDataSet
All Implemented Interfaces:
Serializable, IData, IDataSet, IPieChartDataSet, HTMLTestable

public final class PieChartDataSet extends DataSet implements IPieChartDataSet
Implementation of the IPieChartDataSet Interface for use with the PieChart2D Object.
See Also:
  • Field Details

    • chartTitle

      private String chartTitle
  • Constructor Details

    • PieChartDataSet

      public PieChartDataSet(String chartTitle, double[] data, String[] legendLabels, Paint[] paints, PieChart2DProperties pieChart2DProperties) throws ChartDataException
      Constructor
      Parameters:
      chartTitle - if the title is NULL, no title will be drawn
      data -
      legendLabels -
      paints -
      pieChart2DProperties -
      Throws:
      ChartDataException - if fails a limited validation check
  • Method Details