| Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23187-01 |
Use the paretoMarker tag to define the characteristics of markers on the pareto line in a pareto graph.
The paretoMarker tag is a child tag of the graph or paretoGraph tag.
The following example shows the XML for a paretoMarker tag that uses a plus sign for the marker.
<dvt:graph>
<dvt:paretoMarker markerShape="MS_PLUS"/>
</dvt:graph>
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component |
| markerShape | java.lang.String | yes | Indicates the shape of a marker in a pareto graph. Valid values for the display of the marker are:
|