q
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 Classteamdev.jsf.taglib.chart.BarChartViewJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.faces.el.MethodBindingtruenullSimilar 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 will be called when the user clicks on the chart.
actionListenerfalsejavax.faces.el.MethodBindingtruenullSimilar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should be point to an action listener that will be called when the user clicks on the chart.
bindingfalseteamdev.jsf.component.chart.impl.view.BarChartViewonlynullA value-binding expression that associates the BarChartView component with a backing bean property.
colorsfalsejava.lang.StringfalsenullA comma-separated list of colors that will be applied to bars. Colors are applied in the order the data series are defined or sorted. You can specify colors only as RGB values.
foregroundAlphafalsejava.lang.Floatfalse1Specifies percentage of transparency for the chart. Can take float-pointing values from "0" to "1".
keyAxisLabelfalsejava.lang.StringfalsenullText for the "key" axis title.
labelsVisiblefalsebooleanfalsefalseA flag that indicates whether or not the data labels are visible.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the BarChartView.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the BarChartView.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the BarChartView.
orientationfalseteamdev.jsf.component.chart.impl.view.Orientationfalse"vertical"Specifies orientation for the BarChartView component.
Available values are:
"vertical"
"horizontal"
showAxesfalseteamdev.jsf.component.chart.impl.view.ChartDomainfalse"both"Specifies which axes will be shown.
Available values are:
"key"
"value"
"both"
"none"
stylefalsejava.lang.StringtruenullA style for the BarChartView component.
tooltipfalsejava.lang.StringtruenullText for a tooltip that appears when the mouse pointer is placed over the chart.
urlfalsejava.lang.StringtruenullURL where the user will be redirected to after clicking on the chart.
valueAxisLabelfalsejava.lang.StringfalsenullText 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.