o
Tag pieSectorProperties


The PieSectorProperties tag is used to apply a style to the pie sectors and specify whether or not a pie sector is pulled out upon mouse click. This tag should be defined as a child tag for the pieChartView component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.chart.PieSectorPropertiesJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
conditionfalsejavax.el.ValueExpression
(must evaluate to boolean)
onlynullThe condition according to which a style is applied to the pie sector.
pulledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Float)
truenullSpecifies 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.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the pie sector that meet the condition specified in the "condition" attribute.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.