| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.chart.ChartCategoryAxisJspTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
domain | false | teamdev.jsf.component.chart.impl.view.ChartDomain | false | "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 |
labelVisible | false | boolean | false | true | A flag that indicates whether or not to show the axis title. |
position | false | teamdev.jsf.component.chart.impl.view.CategoryAxisLabelPosition | false | "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 |
style | false | java.lang.String | true | null | A style for the axis. |
ticksLabelsVisible | false | boolean | false | true | A flag that indicates whether or not to show tick-mark labels on the axis. |
ticksVisible | false | boolean | false | true | A flag that indicates whether or not to show ticks on the axis. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |