| Package | Description |
|---|---|
| com.steema.teechart |
TeeChart Charting Library for Java.
|
| com.steema.teechart.axis | |
| com.steema.teechart.styles |
| Modifier and Type | Field and Description |
|---|---|
static PositionUnits |
PositionUnits.PERCENT
Units as a percentage of horizontal or vertical chart size.
|
static PositionUnits |
PositionUnits.PIXELS
Units as pixels.
|
| Modifier and Type | Method and Description |
|---|---|
PositionUnits |
Axis.getPositionUnits()
Defines axis Position units (pixels or percentage).
When PositionUnits is Percent, Position value is a percentage of total chart size. |
| Modifier and Type | Method and Description |
|---|---|
void |
Axis.setPositionUnits(PositionUnits value)
Determines the axis Position units (pixels or percentage).
Default value: Percent |
| Modifier and Type | Method and Description |
|---|---|
PositionUnits |
BubbleCloud.getSeparationUnits()
Define the unit used to set the Separation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BubbleCloud.setSeparationUnits(PositionUnits value)
Define the unit used to set the Separation.
|