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

Attributes
NameRequiredBinding TypeELDefaultDescription
domainfalseteamdev.jsf.component.chart.impl.view.ChartDomaintrue"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
stylefalsejava.lang.StringtruenullA style for the gridlines.
visiblefalsebooleanfalsetrueA 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.