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

E41655-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
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.
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. Valid values are "auto" (default), "on", and "off". 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 reference line. Valid values are "solid" (Default), "dashed", and "dotted".
lineWidth Number Yes Specifies the width for the data line. Only applies for line 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 or area series types.
markerShape String Yes Valid Values: auto, square, circle, diamond, plus, triangleDown, triangleUp, human
Default Value: auto

Returns the shape of the data item markers. Default value is "auto".
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
Default Value: auto

Specifies the data object type to display for this series. Only applies to combo charts. Valid values are: auto (default), area, bar, line.