| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.chart.ChartJspTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.Chart)
| only | null | A value-binding expression that associates the Chart component with a backing bean property. |
| height | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The height of the Chart component. Can be specified in any units (px, mm, em, etc.). |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| legendVisible | false | javax.el.ValueExpression
(must evaluate to boolean)
| false | true | A flag that indicates whether or not the chart legend is visible. |
| model | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.ChartModel)
| only | null | A set of data to be used for processing and displaying in the chart. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the component is visible. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire Chart component. Note that this attribute is applied to the component's image itself (the appropriate HTML tag on a page), so you shouldn't specify font and color properties in this attribute. Use textStyle attribute for specifying such properties instead. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire Chart component. Note that this attribute is applied to the component's image itself (the appropriate HTML tag on a page), so you shouldn't specify font and color properties in this attribute. Use textStyle attribute for specifying such properties instead. |
| textStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style that is used when generating an image for the Chart component. It should be used for specifying font and color properties. See also the style and styleClass attributes. |
| titleText | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Text that is shown as the chart title above the chart. |
| view | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | null | Specifies the chart type. There are three types of chart available: pie, bar, line. Available values are: "line" "bar" "pie" |
| width | false | javax.el.ValueExpression
(must evaluate to int)
| true | null | The width of the Chart component. Can be specified in any units (px, mm, em, etc.). |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||