| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.chart.BarChart | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.chart.BarChartRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| rendered | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| value | false | javax.el.ValueExpression(must evaluate to org.primefaces.model.chart.CartesianChartModel) | No Description | 
| style | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| styleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| title | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| legendPosition | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| barPadding | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | No Description | 
| barMargin | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | No Description | 
| orientation | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| stacked | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
| min | false | javax.el.ValueExpression(must evaluate to java.lang.Double) | No Description | 
| max | false | javax.el.ValueExpression(must evaluate to java.lang.Double) | No Description | 
| breakOnNull | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
| seriesColors | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| shadow | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
| xaxisLabel | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| yaxisLabel | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| xaxisAngle | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | No Description | 
| yaxisAngle | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | No Description | 
| legendCols | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Defines visible column count of chart legend. | 
| legendRows | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Defines visible row count of chart legend. | 
| zoom | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Enables plot zooming. | 
| extender | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Javascript function to extend the chart with low level jqplot options. | 
| animate | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Enables animation on plot, default is false. | 
| showDatatip | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Defines visibility of datatip, default is true. | 
| datatipFormat | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Template string for datatips. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.