o
Tag marker


Marker component that provides a support to mark specific value or values on chart.


Tag Information
Tag Classorg.openfaces.taglib.jsp.chart.MarkerJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
alphafalsejavax.el.ValueExpression
(must evaluate to java.lang.Float)
true1Specifies percentage of transparency for the chart's marker. Can take floating-point values from "0" to "1".
drawAsLinefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSpecifies whether or not marker should be displayed as a line
endValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
truenullValue represents the end of the interval to mark
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the label text that should be displayed on marker
labelAnchorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullDefines the anchor for the marker's label.
labelOffsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies offset value for displaying the marker's label.
labelOffsetTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies offset type for displaying the marker's label.
labelTextAnchorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullDefines the anchor for the marker's label text.
layerfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies 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.
lineStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the line style to be used for displaying the marked value
outlineStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the line style to be used for displaying an outline for the marked value
startValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
truenullValue represents the start of the interval to mark
textStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA 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.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullRepresents the value on the chart to mark.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.