| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.legend |
Classes related to chart legends.
|
| Modifier and Type | Method and Description |
|---|---|
LegendBuilder |
Chart3D.getLegendBuilder()
Returns the legend builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart3D.setLegendBuilder(LegendBuilder legendBuilder)
Sets the legend builder and sends a change event to all registered
listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorScaleLegendBuilder
A legend builder that creates a legend representing a
ColorScale. |
class |
StandardLegendBuilder
The standard legend builder, which creates a simple legend
with a flow layout and optional header and footer text.
|