| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.chart.ChartNumberAxisJspTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| domain | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | "both" | Specifies for which axes to apply the values of the attributes specified in the numberAxis tag. Available values are: "both" — for both axes "value" — for the "Value" axis "key" — for the "Key" axis |
| labelVisible | false | javax.el.ValueExpression
(must evaluate to boolean)
| false | true | A flag that indicates whether or not to show the axis title. |
| lowerBound | false | javax.el.ValueExpression
(must evaluate to java.lang.Double)
| false | null | The minimum scale value to be displayed on the axis. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the axis. |
| ticksLabelsVisible | false | javax.el.ValueExpression
(must evaluate to boolean)
| false | true | A flag that indicates whether or not to show tick-mark labels on the axis. |
| ticksVisible | false | javax.el.ValueExpression
(must evaluate to boolean)
| false | true | A flag that indicates whether or not to show ticks on the axis. |
| upperBound | false | javax.el.ValueExpression
(must evaluate to java.lang.Double)
| false | null | The maximum scale value to be displayed on the axis. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||