Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ShapeTextVertAlign |
ShapeTextVertAlign.BOTTOM
Text is vertically aligned to the bottom of the shape.
|
static ShapeTextVertAlign |
ShapeTextVertAlign.CENTER
Text is vertically aligned to the centre of the shape.
|
static ShapeTextVertAlign |
ShapeTextVertAlign.TOP
Text is vertically aligned to the top of the shape.
|
Modifier and Type | Method and Description |
---|---|
ShapeTextVertAlign |
Shape.getVertAlignment()
Sets the vertical alignment of Text within a TChartShape Series shape.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setVertAlignment(ShapeTextVertAlign value)
Sets the vertical alignment of Text within a TChartShape Series shape.
|