Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.axis | |
com.steema.teechart.drawing | |
com.steema.teechart.legend | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
StringAlignment |
Title.getAlignment()
Determines how tChart Header and Footer text will be aligned within the
Chart rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setAlignment(StringAlignment value)
Sets how tChart Header and Footer text will be aligned within the
Chart rectangle.
|
Modifier and Type | Method and Description |
---|---|
protected StringAlignment |
Axis.getDepthAxisAlign() |
Modifier and Type | Field and Description |
---|---|
StringAlignment |
StringFormat.alignment |
static StringAlignment |
StringAlignment.CENTER |
static StringAlignment |
StringAlignment.FAR |
static StringAlignment |
StringAlignment.NEAR |
Modifier and Type | Method and Description |
---|---|
static StringAlignment |
StringAlignment.fromValue(int v) |
StringAlignment |
IGraphics3D.getTextAlign() |
StringAlignment |
Graphics3D.getTextAlign()
The alignment used when displaying text using TextOut or TextOut3D.
|
Modifier and Type | Method and Description |
---|---|
void |
IGraphics3D.setTextAlign(StringAlignment alignment) |
void |
Graphics3D.setTextAlign(StringAlignment value)
Sets the alignment used when displaying text using TextOut or TextOut3D.
|
Modifier and Type | Method and Description |
---|---|
StringAlignment |
LegendItem.getAlign() |
StringAlignment |
LegendTitle.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
LegendItem.setAlign(StringAlignment value) |
void |
LegendTitle.setTextAlign(StringAlignment value) |
Modifier and Type | Method and Description |
---|---|
StringAlignment |
Annotation.getTextAlign()
Horizontal alignment of displayed text.
Default value: StringAlignment.Near |
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setTextAlign(StringAlignment value)
Sets the horizontal alignment of displayed text.
Default value: StringAlignment.Near |
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) |
Marker(java.lang.String text,
int fontsize,
int left,
int top,
StringAlignment align,
Color color1,
Color color2) |