org.jCharts.chartData.processors
abstract class StackedDataProcessor extends Object
Constructor and Description |
---|
StackedDataProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
processData(IAxisChartDataSet iAxisChartDataSet,
AxisChartDataProcessor axisChartDataProcessor)
This method should do a single pass through the data set and calculate all needed values,
such as: min, max, sum, etc...
|
public static final void processData(IAxisChartDataSet iAxisChartDataSet, AxisChartDataProcessor axisChartDataProcessor)
This method should do a single pass through the data set and calculate all needed values, such as: min, max, sum, etc... so that we can do this in one pass through the data. Rather than once for each.
iAxisChartDataSet
- axisChartDataProcessor
-