ChartDirector 7.1 (PHP Edition)
BaseChart.
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| alignment | (Mandatory) | The position on the title on the chart. See Alignment Specification for supported alignment types. |
| text | (Mandatory) | The text for the title. CDML |
| font | "" | The font used to draw the title text. The default is "bold". See Font Specification for details on various font attributes. |
| fontSize | 12 | The font size in points for the title text. |
| fontColor | TextColor | The color of the title text. |
| bgColor | Transparent | The background color of the title box. |
| edgeColor | Transparent | The border color of the title box. |
Return Value