ChartDirector Ver 3.1 (PHP Edition Edition)
Layer.addCustomAggregateLabel
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| dataItem | (Mandatory) | The index of the aggregated object. The first aggregated object is 0, while the nth aggregated object is (n - 1). |
| label | (Mandatory) | A text string representing the custom aggregate label. Parameter substitution and formatting is supported. |
| font | "" | The font used to draw the labels. |
| fontSize | 8 | The font size used to draw the labels. |
| fontColor | TextColor | The color used to draw the labels. |
| fontAngle | 0 | Set the rotation of the font. |
Return Value