Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.legend | |
com.steema.teechart.styles | |
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
protected Legend |
Chart.legend |
Modifier and Type | Method and Description |
---|---|
Legend |
TChart.getLegend()
Legend characteristics.
The Legend property determines the text and drawing attributes of Chart's textual representation of Series and Series values. |
Legend |
IBaseChart.getLegend() |
Legend |
Chart.getLegend()
Determines the Legend characteristics.
Legend determines the text and drawing attributes of Chart's textual representation of Series and Series values. |
Modifier and Type | Method and Description |
---|---|
void |
TChart.doClickLegend(Legend legend,
FrameworkMouseEvent e) |
void |
IChart.doClickLegend(Legend legend,
FrameworkMouseEvent e) |
void |
TChart.setLegend(Legend legend) |
void |
IBaseChart.setLegend(Legend value) |
void |
Chart.setLegend(Legend value)
Determines the Legend characteristics.
Legend determines the text and drawing attributes of Chart's textual representation of Series and Series values. |
Modifier and Type | Field and Description |
---|---|
protected Legend |
LegendSymbol.legend
Internal field pointing to parent legend class
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
LegendResolver.getBounds(Legend legend,
Rectangle rectangle) |
Rectangle |
LegendAdapter.getBounds(Legend legend,
Rectangle rectangle) |
LegendItemCoordinates |
LegendResolver.getItemCoordinates(Legend legend,
LegendItemCoordinates coordinates) |
LegendItemCoordinates |
LegendAdapter.getItemCoordinates(Legend legend,
LegendItemCoordinates coordinates) |
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) |
Constructor and Description |
---|
LegendItem(Legend legend) |
LegendItems(Legend legend) |
LegendSymbol(Legend legend) |
Modifier and Type | Method and Description |
---|---|
Legend |
Pie.PieOtherSlice.getLegend()
Sets the properties of the PieOtherSlice Legend.
Example This sample shows how to use PieOtherSlice Legend: prepare "Other" to group values below 10 pie1.getOtherSlice().setStyle(PieOtherStyles.BELOWVALUE); pie1.getOtherSlice().setValue(10); pie1.getOtherSlice().setText("Other"); pie1.getOtherSlice().getLegend().setVisible( true ); pie1.getOtherSlice().getLegend().setCustomPosition( true ); pie1.getOtherSlice().getLegend().setLeft( 350 ); pie1.getOtherSlice().getLegend().setTop( 150 ); |
Modifier and Type | Method and Description |
---|---|
Legend |
ExtraLegend.getLegend()
Defines the Legend characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtraLegend.setLegend(Legend value)
Defines the Legend characteristics.
|