| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.chart.BarChartViewJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
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. |
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 be point to an action listener that is called when the user clicks on the chart. |
backgroundPaint | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the paint for chart's background. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.BarChartView )
| only | null | A value-binding expression that associates the BarChartView component with a backing bean property. |
colors | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | A comma-separated list of colors that are applied to bars. Colors are applied in the order the data series are defined or sorted. You can specify colors only as RGB values. |
defaultLabelsPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the default position of chart labels. |
defaultOutlineStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the default line style that should be used for displaying outlines for chart items. |
enable3D | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether the chart should be displayed in 3D. |
foregroundAlpha | false | javax.el.ValueExpression
(must evaluate to java.lang.Float )
| false | 1 | Specifies percentage of transparency for the chart. Can take float-pointing values from "0" to "1". |
g1WhitePosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.1 | Specifies the value where the white part of the gradient ends. The attribute should be specified as numbers in range [0..1] |
g2FullIntensityPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.2 | Specifies the value where the fully intensity part of the gradient ends. The attribute should be specified as numbers in range [0..1] |
g3LightIntensityPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.8 | Specifies the value where the light intensity part of the gradient ends. The attribute should be specified as numbers in range [0..1] |
keyAxisLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | Text for the "key" axis title. |
labelsOffset | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 10.0 | Specifies the offset for chart labels. |
labelsVisible | false | javax.el.ValueExpression
(must evaluate to boolean )
| false | false | A flag that indicates whether or not the data labels are visible. |
negativeLabelsPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the position of chart labels for items with negative values. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the BarChartView. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the BarChartView. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the BarChartView. |
orientation | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "vertical" | Specifies orientation for the BarChartView component. Available values are: "vertical" "horizontal" |
outlines | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the line styles that should be used for displaying outlines for chart items. |
positiveLabelsPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the position of chart labels for items with positive values. |
shadowColor | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the color to be used for displaying the shadow on the chart. |
shadowXOffset | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 4.0 | Specifies the x offset for the shadow displayed on the chart. |
shadowYOffset | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 4.0 | Specifies the y offset for the shadow displayed on the chart. |
showAxes | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "both" | Specifies which axes are shown. Available values are: "key" "value" "both" "none" |
showGradient | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | This attribute defines usage of gradient for displaying a bar chart |
showShadow | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether or not the shadow should be displayed on the chart. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the BarChartView component. |
titlePaint | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the paint for chart's title background. |
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. |
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. |
valueAxisLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | Text for the "value" axis title. |
wallColor | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the color to be used for displaying the wall for chart in 3D mode. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |