o
Tag barChartView


The BarChartView component is used to create and customize a bar chart. Can be specified only as a child tag of the chart component. Child tags: chartAxis, numberAxis, dateAxis, categoryAxis, chartAxisTicks, chartLabels, chartNoDataMessage, chartGridLines.


Tag Information
Tag Classorg.openfaces.taglib.jsp.chart.BarChartViewJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
truenullSimilar 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.
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
truenullSimilar 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.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.BarChartView)
onlynullA value-binding expression that associates the BarChartView component with a backing bean property.
colorsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullA 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.
foregroundAlphafalsejavax.el.ValueExpression
(must evaluate to java.lang.Float)
false1Specifies percentage of transparency for the chart. Can take float-pointing values from "0" to "1".
keyAxisLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullText for the "key" axis title.
labelsVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsefalseA flag that indicates whether or not the data labels are visible.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the BarChartView.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the BarChartView.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the BarChartView.
orientationfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"vertical"Specifies orientation for the BarChartView component.
Available values are:
"vertical"
"horizontal"
showAxesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"both"Specifies which axes are shown.
Available values are:
"key"
"value"
"both"
"none"
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the BarChartView component.
tooltipfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for a tooltip that appears when the mouse pointer is placed over the chart.
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL where the user is redirected to after clicking on the chart.
valueAxisLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullText for the "value" axis title.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.