Package | Description |
---|---|
com.steema.teechart.legend |
Modifier and Type | Field and Description |
---|---|
static LegendAlignment |
LegendAlignment.BOTTOM
Aligns the legend to the bottom of the TChart.
|
static LegendAlignment |
LegendAlignment.LEFT
Aligns the legend to the left of the TChart.
|
static LegendAlignment |
LegendAlignment.RIGHT
Aligns the legend to the right of the TChart.
|
static LegendAlignment |
LegendAlignment.TOP
Aligns the legend to the top of the TChart.
|
Modifier and Type | Method and Description |
---|---|
static LegendAlignment |
LegendAlignment.fromValue(int value) |
LegendAlignment |
Legend.getAlignment()
Defines the Legend position.
Legend can be currently placed at Top, Left, Right and Bottom side of Chart. |
Modifier and Type | Method and Description |
---|---|
void |
Legend.setAlignment(LegendAlignment value)
Defines the Legend position.
Default value: Right |