Uses of Class
com.steema.teechart.tools.AnnotationPosition

Packages that use AnnotationPosition
com.steema.teechart.tools   
 

Uses of AnnotationPosition in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as AnnotationPosition
static AnnotationPosition AnnotationPosition.CENTER
           
static AnnotationPosition AnnotationPosition.LEFTBOTTOM
          Draws the Annotation Tool in the bottom left of the Chart Panel.
static AnnotationPosition AnnotationPosition.LEFTTOP
          Draws the Annotation Tool in the top left of the Chart Panel.
static AnnotationPosition AnnotationPosition.RIGHTBOTTOM
          Draws the Annotation Tool in the bottom right of the Chart Panel.
static AnnotationPosition AnnotationPosition.RIGHTTOP
          Draws the Annotation Tool in the top right of the Chart Panel.
 

Methods in com.steema.teechart.tools that return AnnotationPosition
 AnnotationPosition Annotation.getPosition()
          The default position for the Annotation Tool text box and text.
 

Methods in com.steema.teechart.tools with parameters of type AnnotationPosition
 void Annotation.setPosition(AnnotationPosition value)
          Defines a default position for the Annotation Tool text box and text.
 

Constructors in com.steema.teechart.tools with parameters of type AnnotationPosition
Marker(IBaseChart c, java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)
           
Marker(java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)