Class NonStackedDataProcessor

java.lang.Object
org.jCharts.chartData.processors.NonStackedDataProcessor

abstract class NonStackedDataProcessor extends Object
  • Constructor Details

    • NonStackedDataProcessor

      NonStackedDataProcessor()
  • Method Details

    • processData

      public static final void processData(IAxisChartDataSet iAxisChartDataSet, AxisChartDataProcessor axisChartDataProcessor)
      Does a single pass through the data set and calculates the min, max, and label dimensions. This stuff is grouped together so we can try to limit the number of passes through the data.
      Parameters:
      iAxisChartDataSet -
      axisChartDataProcessor -