Class AxisChartDataSet

java.lang.Object
org.jCharts.chartData.DataSet
org.jCharts.chartData.AxisChartDataSet
All Implemented Interfaces:
Serializable, IAxisChartDataSet, IAxisPlotDataSet, IData, IDataSet, HTMLTestable

public final class AxisChartDataSet extends DataSet implements IAxisChartDataSet, HTMLTestable
See Also:
  • Field Details

  • Constructor Details

    • AxisChartDataSet

      public AxisChartDataSet(double[][] data, String[] legendLabels, Paint[] paints, ChartType chartType, ChartTypeProperties chartTypeProperties) throws ChartDataException
      Constructor
      Parameters:
      data - the data sets to be displayed in the chart.
      legendLabels - if this is: NULL there will be no Legend. Otherwise, there must be an one to one mapping of labels to data sets.
      paints - paints to use for the data sets. There must be an one to one mapping of labels to data sets.
      chartType - constant defining how this data should be rendered
      chartTypeProperties - properties Object specific to the type of chart you are rendering.
      Throws:
      ChartDataException - if data is not in correct form.
  • Method Details