| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.chart.MarkerJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
alpha | false | javax.el.ValueExpression
(must evaluate to java.lang.Float )
| true | 1 | Specifies percentage of transparency for the chart's marker. Can take floating-point values from "0" to "1". |
drawAsLine | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether or not marker should be displayed as a line |
endValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | null | Value represents the end of the interval to mark |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the label text that should be displayed on marker |
labelAnchor | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Defines the anchor for the marker's label. |
labelOffset | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies offset value for displaying the marker's label. |
labelOffsetType | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies offset type for displaying the marker's label. |
labelTextAnchor | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Defines the anchor for the marker's label text. |
layer | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the layer where the marker should be rendered. The attribute can be defined as foreground or background, or with a value binding expression that points to a property of type org.openfaces.component.chart.MarkerLayer enumeration. |
lineStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the line style to be used for displaying the marked value |
outlineStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Specifies the line style to be used for displaying an outline for the marked value |
startValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | null | Value represents the start of the interval to mark |
textStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style that is used when generating an image for the Chart component. It should be used for specifying font and color properties. See also the style and styleClass attributes. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Represents the value on the chart to mark. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |