Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.2.1)

E52773-01

<dvt:chartSeriesStyle>

dvt:chartSeriesStyle chartSeriesStyle chart series style

UIComponent class: oracle.adf.view.faces.bi.component.chart.UISeriesStyle
Component type: oracle.dss.adf.chart.SeriesStyle

Defines properties for a series of a chart.

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
action javax.el.MethodExpression Yes A reference to an action method sent by the component, or the static outcome of an action.
actionListener javax.faces.el.MethodBinding Only EL A method reference to an action listener
areaColor String Yes Specifies the color of the area. Only applies if the series type is lineWithArea or area.
assignedToY2 boolean Yes Default Value: false

Specifies whether the series should be assigned to the Y2 axis.
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
binding oracle.adf.view.faces.bi.component.chart.UISeriesStyle Only EL

Specifies a binding reference to store a specific instance of UISeriesStyle from a backing bean. Set this attribute only to access code in a backing bean.

borderColor String Yes Specifies the border color of the series.
borderWidth Number Yes Specifies the border width for the series.
color String Yes Specifies the color of the series.
displayInLegend String Yes Valid Values: auto, on, off
Default Value: auto

Specifies whether the series is displayed in the legend. When set to auto, only series with data will be displayed in the legend.
id String No Specifies the identifier for the component
lineStyle String Yes Valid Values: solid, dashed, dotted
Default Value: solid

Specifies the style of the data line. Only applies for line, lineWithArea, scatter, and bubble series type.
lineType String Yes Valid Values: auto, straight, curved, stepped, centeredStepped, segmented, centeredSegmented, none
Default Value: auto

The line type of the data line or area. Only applies to line, area, scatter, and bubble series. centeredStepped and centeredSegmented are not supported if the coordinateSystem is polar. Scatter and bubble charts only support auto, straight, curved, and none.
lineWidth Number Yes Specifies the width for the data line. Only applies for line, lineWithArea, scatter, and bubble series type.
markerColor String Yes Specifies the color of the data item markers, if different from the series color.
markerDisplayed boolean Yes Default Value: false

Specifies whether the data item markers are displayed. Only applies to line, area, scatter, and bubble series.
markerShape String Yes Valid Values: auto, square, circle, diamond, plus, triangleDown, triangleUp, human
Default Value: auto

Returns the shape of the data item markers.
markerSize Number Yes Returns of size of the data item markers, if displayed. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.
pattern String Yes Valid Values: auto, smallChecker, smallCrosshatch, smallDiagonalLeft, smallDiagonalRight, smallDiamond, smallTriangle, largeChecker, largeCrosshatch, largeDiagonalLeft, largeDiagonalRight, largeDiamond, largeTriangle
Default Value: auto

Specifies the built-in pattern used to fill the node. Default value is "auto". The pattern is drawn with a white background, and the foreground color is taken from the fillColor attribute.
rendered boolean Yes Default Value: true

whether the component is rendered. When set to false, no output will be delivered for this component (the component will not in any way be rendered, and cannot be made visible on the client). If you want to change a component's rendered attribute from false to true using PPR, set the partialTrigger attribute of its parent component so the parent refreshes and in turn will render this component.
series Object Yes Specifies the series category for the data item.
type String Yes Valid Values: auto, area, bar, line, lineWithArea
Default Value: auto

Specifies the data object type to display for this series. Only applies to combo, line, and area charts.