q
Tag chartAxis


The ChartAxis tag is used to customize a chart axis of any type. This tag should be defined as a child tag for the chart-type components (barChartView and lineChartView).


Tag Information
Tag Classteamdev.jsf.taglib.chart.ChartAxisJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
domainfalseteamdev.jsf.component.chart.impl.view.ChartDomainfalse"both"Specifies for which axes to apply the values of the attributes specified in the chartAxis tag.
Available values are:
"both" — for both axes
"value" — for the "Value" axis
"key" — for the "Key" axis
labelVisiblefalsebooleanfalsetrueA flag that indicates whether or not to show the axis title.
stylefalsejava.lang.StringtruenullA style for the axis.
ticksLabelsVisiblefalsebooleanfalsetrueA flag that indicates whether or not to show tick-mark labels on the axis.
ticksVisiblefalsebooleanfalsetrueA flag that indicates whether or not to show ticks on the axis.

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.