Uses of Class
com.steema.teechart.TextFormat

Packages that use TextFormat
com.steema.teechart   
 

Uses of TextFormat in com.steema.teechart
 

Fields in com.steema.teechart declared as TextFormat
static TextFormat TextFormat.HTML
          Defines a HTML format.
static TextFormat TextFormat.NORMAL
          Defines a NORMAL format.
 

Methods in com.steema.teechart that return TextFormat
 TextFormat TextShape.getTextFormat()
          Determines if Text is drawn as Normal or HTML styles.
 

Methods in com.steema.teechart with parameters of type TextFormat
 void TextShape.setTextFormat(TextFormat value)