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

E17490-03

<dvt:stockMarker>

stockMarker stock marker


Use the stockMarker tag to define the characteristics of markers in a stock graph.

Relationship with other tags

The stockMarker tag is a child tag of the graph tag.

Example

The following example shows the XML for a stockMarker tag that indicates rising candles with green and falling candles with red.

   <dvt:graph> 
      <dvt:stockMarker risingColor="#00cc00" fallingColor=""#cc0000"/> 
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
risingColor java.lang.String no Specifies the color of candles where the closing price is higher than the opening price. Enter values in RGB hexadecimal. The example color="#000000" specifies black rising color.
fallingColor java.lang.String no Specifies the color of candles where the opening price is higher than the closing price.