q
Tag lineChartView


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


Tag Information
Tag Classteamdev.jsf.taglib.chart.LineChartViewJspTag
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 point to an action listener that will be called when the user clicks on the chart.
bindingfalseteamdev.jsf.component.chart.impl.view.LineChartViewonlynullA value-binding expression that associates the LineChartView component with a backing bean property.
colorsfalsejava.lang.StringfalsenullA comma-separated list of colors that will be applied to lines. 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 LineChartView.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the LineChartView.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the LineChartView.
orientationfalseteamdev.jsf.component.chart.impl.view.Orientationfalse"vertical"Specifies orientation for the LineChartView component.
Available values are:
"vertical"
"horizontal"
shapesVisiblefalsebooleanfalsetrueA flag that indicates whether or not the data markers on the line chart are visible.
showAxesfalseteamdev.jsf.component.chart.impl.view.ChartDomainfalse"both"Specifies which axes will be shown in the chart.
Available values are:
"key"
"value"
"both"
"none"
stylefalsejava.lang.StringtruenullA style for the LineChartView 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.