Package | Description |
---|---|
com.steema.teechart.axis |
Modifier and Type | Field and Description |
---|---|
static AxisLabelAlign |
AxisLabelAlign.CENTERED
Labels centered on the default position.
|
static AxisLabelAlign |
AxisLabelAlign.DEFAULT
Default position.
|
static AxisLabelAlign |
AxisLabelAlign.OPPOSITE
Labels aligned opposite the default position.
|
Modifier and Type | Method and Description |
---|---|
AxisLabelAlign |
AxisLabels.getAlign()
The position of Labels on an Axis.
The default position of an AxisLabel will depend on the Axis with which it is associated. |
Modifier and Type | Method and Description |
---|---|
void |
AxisLabels.setAlign(AxisLabelAlign value)
Sets the position of Labels on an Axis.
Default value: Default position |