ChartDirector Ver 4.1 (ColdFusion Edition)
BaseChart.addText
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the left of the text box. |
y | (Mandatory) | The y coordinate of the top of the text box. |
text | (Mandatory) | The text to shown in the text box. See ChartDirector Mark Up Language on how to embed special tags in the text for sophisticated formatting. |
font | "" | The font used to draw the text. See Font Specification for details on various font attributes. |
fontSize | 8 | The font size used to draw the text. |
fontColor | TextColor | The color used to draw the text. |
alignment | TopLeft | The alignment of the text within the text box. See Alignment Specification for supported alignment types. |
angle | 0 | The rotation angle of the text within the text box. |
vertical | false (zero) | Indicate whether the text should be laid out vertically (from top to bottom) or horizontally (from left to right). |
Return Value