ChartDirector 7.0 (Java Edition)
DrawArea.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
text | (Mandatory) | A string representing the text to be drawn. CDML |
font | (Mandatory) | The font name. See Font Specification for details on various font attributes. |
fontIndex | (Mandatory) | The font index is ignored in the Java edition of ChartDirector and should be set to 0. It is solely for consistency and compatibility with other editions of ChartDirector. |
fontHeight | (Mandatory) | The font height in points. |
fontWidth | (Mandatory) | The font width in points. |
angle | (Mandatory) | The rotation angle of the text. |
vertical | (Mandatory) | This argument is for compatibility with older versions of ChartDirector. Always set it to false. |
Return Value