Package | Description |
---|---|
org.jfree.data.general |
Modifier and Type | Method and Description |
---|---|
static double |
DatasetUtilities.calculateStackTotal(TableXYDataset dataset,
int item)
Calculates the total for the y-values in all series for a given item
index.
|
static Range |
DatasetUtilities.findStackedRangeBounds(TableXYDataset dataset)
Returns the minimum and maximum values for the dataset's range,
assuming that the series are stacked.
|
static Range |
DatasetUtilities.findStackedRangeBounds(TableXYDataset dataset,
double base)
Returns the minimum and maximum values for the dataset's range,
assuming that the series are stacked, using the specified base value.
|