Use the pieLabel tag to specify the characteristics of the label that describes the pie or ring graph.
The pieLabel tag must be a child of either the graph or pieGraph component.
The pieLabel tag can have the following child tags:
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component |
| text | java.lang.String | no | Specifies the text that is displayed for the Pie. |
| rendered | boolean | no | Use to indicate whether the pie label is rendered. Valid values are "true" or "false". |