Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.chart.Chart | only | null | A value-binding expression that associates the Chart component with a backing bean property. |
height | false | java.lang.String | true | null | The height of the Chart component. Can be specified in any units (px, mm, em, etc.). |
id | false | int | false | null | The component identifier. |
legendVisible | false | boolean | false | true | A flag that indicates whether or not the chart legend is visible. |
model | false | teamdev.jsf.component.chart.ChartModel | only | null | A set of data to be used for processing and displaying in the chart. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
style | false | java.lang.String | true | null | A style for the entire Chart component. |
titleText | false | java.lang.String | true | null | Text that is shown as the chart title above the chart. |
view | false | teamdev.jsf.component.chart.ChartViewType | true | null | Specifies the chart type. There are three types of chart available: pie, bar, line. Available values are: "line" "bar" "pie"
|
width | false | int | true | null | The width of the Chart component. Can be specified in any units (px, mm, em, etc.). |