| Package | Description |
|---|---|
| com.steema.teechart.legend |
| Modifier and Type | Field and Description |
|---|---|
static LegendStyle |
LegendStyle.AUTO
Legend draws Series Titles if there's more than one Series in the chart.
|
LegendStyle |
Legend.iLegendStyle |
static LegendStyle |
LegendStyle.LASTVALUES
Legend draws the Last Value of each Active Series (similar to Series).
|
static LegendStyle |
LegendStyle.PALETTE |
static LegendStyle |
LegendStyle.SERIES
Legend draws the Series Titles even if there's only one Series in the
chart.
|
static LegendStyle |
LegendStyle.VALUES
Legend draws the first Active Series' values.
|
| Modifier and Type | Method and Description |
|---|---|
static LegendStyle |
LegendStyle.fromValue(int value) |
LegendStyle |
Legend.getLegendStyle()
Defines which iItems will be displayed in the Chart Legend.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
LegendResolver.getItemText(Legend legend,
LegendStyle legendStyle,
int index,
java.lang.String text) |
java.lang.String |
LegendAdapter.getItemText(Legend legend,
LegendStyle legendStyle,
int index,
java.lang.String text) |
void |
Legend.setLegendStyle(LegendStyle value)
Defines which iItems will be displayed in the Chart Legend.
|