Package | Description |
---|---|
com.steema.teechart.legend | |
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static LegendTextStyle |
LegendTextStyle.LEFTPERCENT
Legend Text is defined as the series values as a percentage of the total
of series values on the left of the series point labels.
|
static LegendTextStyle |
LegendTextStyle.LEFTVALUE
Legend Text is defined as the series values on the left of the series
point labels.
|
static LegendTextStyle |
LegendTextStyle.PERCENT
Legend Text is defined as the series values as a percentage of the total
of series values
|
static LegendTextStyle |
LegendTextStyle.PLAIN
Legend Text is defined as the series point labels.
|
static LegendTextStyle |
LegendTextStyle.RIGHTPERCENT
Legend Text is defined as the series values as a percentage of the total
of series values on the right of the series point labels.
|
static LegendTextStyle |
LegendTextStyle.RIGHTVALUE
Legend Text is defined as the series values on the right of the series
point labels.
|
static LegendTextStyle |
LegendTextStyle.VALUE
Legend Text is defined as the series value.
|
static LegendTextStyle |
LegendTextStyle.XANDPERCENT
Legend Text is defined as xvalues of the series and the series values as
a percentage of the total of series values.
|
static LegendTextStyle |
LegendTextStyle.XANDVALUE
Legend Text is defined as xvalues of the series and the series values.
|
static LegendTextStyle |
LegendTextStyle.XVALUE
Legend Text is defined as the xvalues of the series.
|
Modifier and Type | Method and Description |
---|---|
static LegendTextStyle |
LegendTextStyle.fromValue(int value) |
LegendTextStyle |
Legend.getTextStyle()
Determines how Legend text iItems will be formatted.
Plain shows the point Label only. LeftValue shows the point Value and the point Label. |
Modifier and Type | Method and Description |
---|---|
void |
Legend.setTextStyle(LegendTextStyle value)
Specifies how Legend text iItems will be formatted.
Default value: LeftValue |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Ternary.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle) |
java.lang.String |
Series.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Returns the formatted String corresponding to the LegendIndex point.
|
java.lang.String |
PointFigure.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle) |
java.lang.String |
ISeries.getLegendString(int valueIndex,
LegendTextStyle style) |
java.lang.String |
Funnel.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Returns LegendString for LegendIndex'th item.
|
java.lang.String |
Custom3DPalette.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Returns LegendString for LegendIndexth item.
|
java.lang.String |
Contour.getLegendString(int legendIndex,
LegendTextStyle legendTextStyle) |