Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
11g Release 2 (11.1.2.1.0)

E17490-02

<dvt:paretoMarker>

paretoMarker pareto marker


Use the paretoMarker tag to define the characteristics of markers on the pareto line in a pareto graph.

Relationship with other tags

The paretoMarker tag is a child tag of the graph or paretoGraph tag.

Example

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>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
markerShape java.lang.String no Indicates the shape of a marker in a pareto graph. Valid values for the display of the marker are:
  • MS_NONE - (Default) Displays no marker.
  • MS_CIRCLE - Displays a circle.
  • MS_DIAMOND - Displays a diamond.
  • MS_PLUS - Displays a plus sign.
  • MS_SQUARE - Displays a square.
  • MS_TRIANGLE_DOWN - Displays a triangle pointed down.
  • MS_TRIANGLE_UP - Displays a triangle pointed up.