Attributes |
Name | Required | Binding Type | EL | Default | Description |
dateFormat | false | java.text.DateFormat | only | null | The format of dates displayed on the tick-mark labels. |
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 dateAxis 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. |
lowerBound | false | java.lang.Double | false | null | The minimum scale value to be displayed on the axis. |
style | false | java.lang.String | true | null | A style for the axis. |
ticksLabelsVisible | false | boolean | false | true | A flag that indicates whether or not o 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. |
upperBound | false | java.lang.Double | false | null | The maximum scale value to be displayed on the axis. |