Attributes |
Name | Required | Binding Type | EL | Default | Description |
condition | false | javax.el.ValueExpression
(must evaluate to boolean )
| only | null | The condition according to which a style is applied to the pie sector. |
pulled | false | javax.el.ValueExpression
(must evaluate to java.lang.Float )
| true | null | Specifies whether or not the pie sector that meets the condition in the "condition" attribute is pulled out and the distance at which this sector is moved away. Can take float-pointing values from "0" to "1" to indicate how far from the center the sector should be pulled out, as a percentage of the radius. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the pie sector that meet the condition specified in the "condition" attribute. |