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:
The following example shows the XML for a pieLabel tag.
   <dvt:graph> 
      <dvt:pieLabel text="I am a Pie">
         <dvt:graphFont bold="true" italic="true"/>
      </dvt:pieLabel> 
   </dvt:graph>
   
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component | 
| text | java.lang.String | yes | Specifies the text that is displayed for the Pie. | 
| rendered | boolean | yes | Use to indicate whether the pie label is rendered. Valid values are "true" (Default) or "false". |