Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static AxisArrowPosition |
AxisArrowPosition.BOTH
Draws arrows at both ends of the Axis.
|
static AxisArrowPosition |
AxisArrowPosition.END
Draws an arrow at the end of the Axis.
|
static AxisArrowPosition |
AxisArrowPosition.START
Draws an arrow at the beginning of the Axis.
|
Modifier and Type | Method and Description |
---|---|
AxisArrowPosition |
AxisArrow.getPosition()
The position where the arrows are drawn on the Axis.
Default value: AxisArrowPosition.Both |
Modifier and Type | Method and Description |
---|---|
void |
AxisArrow.setPosition(AxisArrowPosition value)
Determines where the arrows are drawn on the Axis.
Default value: AxisArrowPosition.Both |