Uses of Class
com.steema.teechart.styles.ShapeTextVertAlign

Packages that use ShapeTextVertAlign
com.steema.teechart.styles   
 

Uses of ShapeTextVertAlign in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ShapeTextVertAlign
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.
 

Methods in com.steema.teechart.styles that return ShapeTextVertAlign
 ShapeTextVertAlign Shape.getVertAlignment()
          Sets the vertical alignment of Text within a TChartShape Series shape.
 

Methods in com.steema.teechart.styles with parameters of type ShapeTextVertAlign
 void Shape.setVertAlignment(ShapeTextVertAlign value)
          Sets the vertical alignment of Text within a TChartShape Series shape.