Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ShapeTextHorizAlign |
ShapeTextHorizAlign.CENTER
Text is horizontally aligned to the centre of the shape.
|
static ShapeTextHorizAlign |
ShapeTextHorizAlign.LEFT
Text is horizontally aligned to the left of the shape.
|
static ShapeTextHorizAlign |
ShapeTextHorizAlign.RIGHT
Text is horizontally aligned to the right of the shape.
|
Modifier and Type | Method and Description |
---|---|
ShapeTextHorizAlign |
Shape.getHorizAlignment()
Horizontally aligns the text.
There are three options; Centre, Left or Right. |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setHorizAlignment(ShapeTextHorizAlign value)
Horizontally aligns the text.
|