o
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 Classorg.openfaces.taglib.jsp.chart.LineChartViewJspTag
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 point to an action listener that is called when the user clicks on the chart.
backgroundPaintfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the background paint of the chart.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.LineChartView)
onlynullA value-binding expression that associates the LineChartView 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 lines. Colors are applied in the order the data series are defined or sorted. You can specify colors only as RGB values.
defaultFillColorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the default color that should be used to fill the shapes of chart items.
defaultLabelsPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the default position of chart labels.
defaultLineStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the default line style for the chart.
defaultOutlineStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the default style of the chart items shape outlines.
enable3Dfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSpecifies whether the chart should be displayed in 3D.
fillPaintsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the paints that should be used to fill the chart items' shapes.
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.
labelsOffsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true10.0Specifies the offset for chart labels.
labelsVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsefalseA flag that indicates whether or not the data labels are visible.
lineStylesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the line styles for the chart.
negativeLabelsPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the position of chart labels for items with negative values.
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 LineChartView.
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 LineChartView.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the LineChartView.
orientationfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"vertical"Specifies orientation for the LineChartView component.
Available values are:
"vertical"
"horizontal"
outlinesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the outline style of the chart items shapes.
positiveLabelsPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the position of chart labels for items with positive values.
shapesVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsetrueA flag that indicates whether or not the data markers on the line chart are visible.
showAxesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"both"Specifies which axes are shown in the chart.
Available values are:
"key"
"value"
"both"
"none"
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the LineChartView component.
titlePaintfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the background paint of the chart's title.
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.
wallColorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the color of the wall displayed in 3D mode.

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.