Package | Description |
---|---|
com.steema.teechart | |
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).
|
Modifier and Type | Method and Description |
---|---|
void |
Axis.setPositionUnits(PositionUnits value)
Determines the axis Position units (pixels or percentage).
|
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.
|