Use the slice tag to specify the characteristics of all slices of a pie or ring graph. Each slice represents a different series. Use the <dvt:series> tag to control individual slice attributes.
The slice tag is a child tag of the graph tag.
The following example shows the XML for a slice tag.
<dvt:graph> <dvt:slice labelPosition="LP_OUTSIDE_WITH_FEELER"/> </dvt:graph>
Name | Type | Supports EL? | Description |
---|---|---|---|
id | java.lang.String | no | Specifies the identifier for the component |
labelPosition | java.lang.String | no | Specifies the position of slice labels in relation to slices. Valid values are:
|