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

Packages that use ShapeTextHorizAlign
com.steema.teechart.styles   
 

Uses of ShapeTextHorizAlign in com.steema.teechart.styles
 

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

Methods in com.steema.teechart.styles that return ShapeTextHorizAlign
 ShapeTextHorizAlign Shape.getHorizAlignment()
          Horizontally aligns the text.
 

Methods in com.steema.teechart.styles with parameters of type ShapeTextHorizAlign
 void Shape.setHorizAlignment(ShapeTextHorizAlign value)
          Horizontally aligns the text.