| Package | Description |
|---|---|
| com.steema.teechart.legend |
| Modifier and Type | Field and Description |
|---|---|
static LegendSymbolSize |
LegendSymbolSize.PERCENT
Defines the units as a Percentage of the Legend width.
|
static LegendSymbolSize |
LegendSymbolSize.PIXELS
Defines the units as Pixels.
|
| Modifier and Type | Method and Description |
|---|---|
LegendSymbolSize |
LegendSymbol.getWidthUnits()
Defines the Width units for the width of Symbol.
- Percent is percentage of Legend box width - Pixels is the width in standard pixels Default value: Percent |
| Modifier and Type | Method and Description |
|---|---|
void |
LegendSymbol.setWidthUnits(LegendSymbolSize value)
Sets the Width units for the width of Symbol.
Default value: Percent |