| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| action | false | javax.el.MethodExpression
(signature must match java.lang.Object action())
| true | null | Similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a MethodBinding that should point to an action method that is called when the user clicks on the chart title. |
| actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
| true | null | Similar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that is called when the user clicks on the chart title. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the chart title. |
| text | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Text for the chart title. |
| tooltip | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Text for a tooltip that appears when the mouse pointer is placed over the chart title. |
| url | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | URL where the user is redirected to after clicking on the chart title. |