Use the pieFeeler tag to specify the color of an optional line (pie feeler) that extends from a pie slice to a slice label.
The pieFeeler tag is a child tag of the graph tag.
The following example shows the XML for a pieFeeler tag.
<dvt:graph> <dvt:pieFeeler lineColor="#ff00cc"/> </dvt:graph>
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. |