o
Tag lineProperties


The LineProperties tag is used to customize lines in the line chart. This tag should be defined as a child tag for the lineChartView component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.chart.LinePropertiesJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
conditionfalsejavax.el.ValueExpression
(must evaluate to boolean)
onlynullThe condition under which the attributes specified in the lineProperties tag are applied to the lines.
hideSeriesfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not to show data series that meet the condition.
shapesVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the data markers on the lines of data series that meet the condition are visible.
showInLegendfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not to show the legend for the lines of data series that meet the condition.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the lines.

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.