| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.chart.LineChartViewJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.faces.el.MethodBinding | true | null | Similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a MethodBinding that should point to an action method that will be called when the user clicks on the chart. |
actionListener | false | javax.faces.el.MethodBinding | true | null | Similar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that will be called when the user clicks on the chart. |
binding | false | teamdev.jsf.component.chart.impl.view.LineChartView | only | null | A value-binding expression that associates the LineChartView component with a backing bean property. |
colors | false | java.lang.String | false | null | A comma-separated list of colors that will be applied to lines. Colors are applied in the order the data series are defined or sorted. You can specify colors only as RGB values. |
foregroundAlpha | false | java.lang.Float | false | 1 | Specifies percentage of transparency for the chart. Can take float-pointing values from "0" to "1". |
keyAxisLabel | false | java.lang.String | false | null | Text for the "key" axis title. |
labelsVisible | false | boolean | false | false | A flag that indicates whether or not the data labels are visible. |
onclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the LineChartView. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the LineChartView. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the LineChartView. |
orientation | false | teamdev.jsf.component.chart.impl.view.Orientation | false | "vertical" | Specifies orientation for the LineChartView component. Available values are: "vertical" "horizontal" |
shapesVisible | false | boolean | false | true | A flag that indicates whether or not the data markers on the line chart are visible. |
showAxes | false | teamdev.jsf.component.chart.impl.view.ChartDomain | false | "both" | Specifies which axes will be shown in the chart. Available values are: "key" "value" "both" "none" |
style | false | java.lang.String | true | null | A style for the LineChartView component. |
tooltip | false | java.lang.String | true | null | Text for a tooltip that appears when the mouse pointer is placed over the chart. |
url | false | java.lang.String | true | null | URL where the user will be redirected to after clicking on the chart. |
valueAxisLabel | false | java.lang.String | false | null | Text for the "value" axis title. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |