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

E17490-01

<dvt:pieFeeler>

pieFeeler pie feeler


Use the pieFeeler tag to specify the color of an optional line (pie feeler) that extends from a pie slice to a slice label.

Relationship with other tags

The pieFeeler tag is a child tag of the graph tag.

Example

The following example shows the XML for a pieFeeler tag.

   <dvt:graph> 
      <dvt:pieFeeler lineColor="#ff00cc"/>
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
lineColor java.lang.String no Specifies the color of a line that extends between a pie slice and the slice label. The example color="#000000" specifies black.