o
Tag categoryAxis


The CategoryAxis tag is used to customize an axis for a chart with discrete data. This tag should be defined as a child tag for the chart-type components (barChartView and lineChartView).


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

Attributes
NameRequiredBinding TypeELDefaultDescription
domainfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"both"Specifies for which axes to apply the values of the attributes specified in the categoryAxis tag.
Available values are:
"both" — for both axes
"value" — for the "Value" axis
"key" — for the "Key" axis
labelVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsetrueA flag that indicates whether or not to show the axis title.
positionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"standard"Specifies how axis labels are oriented, especially when it's necessary to avoid overlapping.
Available values are:
"standard" — labels are aligned horizontally
"up_90" — labels are rotated bottom-up by 90 degrees
"up_45" — labels are rotated bottom-up by 45 degrees
"down_90" — labels are rotated top-to-bottom by 90 degrees
"down_45" — labels are rotated top-to-bottom by 45 degrees
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the axis.
ticksLabelsVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsetrueA flag that indicates whether or not to show tick-mark labels on the axis.
ticksVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
falsetrueA 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.