ChartDirector 7.0 (PHP Edition)
Layer.
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| dataGroup | (Mandatory) | The data group index of the data point. The first data group is 0; the nth data group is (n - 1). |
| dataItem | (Mandatory) | The data point index of the data point. The first data point is 0; the nth data point is (n - 1). |
| label | (Mandatory) | A text string representing the data label. Parameter Substitution and Formatting is supported. |
| font | "" | The font used to draw the label. |
| fontSize | 8 | The font size used to draw the label. |
| fontColor | TextColor | The color used to draw the label. |
| fontAngle | 0 | The rotation angle of the label. |
Return Value