Package | Description |
---|---|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.data.general |
Data interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupedStackedBarRenderer.setSeriesToGroupMap(KeyToGroupMap map)
Updates the map used to assign each series to a group, and sends a
RendererChangeEvent to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
static Range |
DatasetUtilities.findStackedRangeBounds(CategoryDataset dataset,
KeyToGroupMap map)
Returns the minimum and maximum values for the dataset's range
(y-values), assuming that the series in one category are stacked.
|