| Package | Description |
|---|---|
| com.orsoncharts.legend |
Classes related to chart legends.
|
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardLegendItemInfo
A standard implementation of the
LegendItemInfo interface. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LegendItemInfo> |
XYZPlot.getLegendInfo()
Returns a list containing legend item info, typically one item for
each series in the chart.
|
java.util.List<LegendItemInfo> |
Plot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for
each series in the chart.
|
java.util.List<LegendItemInfo> |
PiePlot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for
each series in the chart.
|
java.util.List<LegendItemInfo> |
CategoryPlot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for
each series in the chart.
|