Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ArrowHeadStyle |
ArrowHeadStyle.LINE
Display an arrow head made with two lines.
|
static ArrowHeadStyle |
ArrowHeadStyle.NONE
Do not display an arrow head.
|
static ArrowHeadStyle |
ArrowHeadStyle.SOLID
Display a filled arrow head.
|
Modifier and Type | Method and Description |
---|---|
static ArrowHeadStyle |
ArrowHeadStyle.fromValue(int value) |
ArrowHeadStyle |
Callout.getArrowHead()
Determines if callout line will display an "arrow" head at the end or
not.
|
Modifier and Type | Method and Description |
---|---|
void |
Callout.setArrowHead(ArrowHeadStyle value)
Determines if callout line will display an "arrow" head at the end or
not.
|