Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AnnotationPosition |
Annotation.getPosition()
The default position for the Annotation Tool text box and text.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setPosition(AnnotationPosition value)
Defines a default position for the Annotation Tool text box and text.
|
Constructor and Description |
---|
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) |