| Package | Description |
|---|---|
| com.orsoncharts.interaction |
Classes that support user interaction with charts.
|
| com.orsoncharts.label |
Classes related to chart labels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardXYZDataItemSelection
An object that tracks selected items from an
XYZDataset. |
| Modifier and Type | Method and Description |
|---|---|
XYZDataItemSelection |
StandardXYZItemLabelGenerator.getItemSelection()
Returns the item selection (if this is non-
null, labels
will only be generated for the items in the selection). |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardXYZItemLabelGenerator.setItemSelection(XYZDataItemSelection selection)
Sets the item selection, which can be used to specify a subset of the
data items that should have item labels generated.
|