Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)

E12418-09

<dvt:pieLabel>

pieLabel pie label


Use the pieLabel tag to specify the characteristics of the label that describes the pie or ring graph.

Relationship with other tags

The pieLabel tag must be a child of either the graph or pieGraph component.

The pieLabel tag can have the following child tags:

Example

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>
   

Attributes

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" (Default) or "false".