o
Tag chartGridLines


The ChartGridLines tag is used to customize gridlines for pie and line charts. This tag should be defined as a child tag for the barChartView and lineChartView components.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
domainfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"both"Specifies to which gridlines a style is applied.
Available values are:
"both" — a style is applied to both lines
"value" — a style is applied to lines that are parallel to the "value" axis
"key" — a style is applied to lines that are parallel to the "key" axis
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the gridlines.
visiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsetrueA flag that indicates whether or not a gridline(s) is visible.

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.