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

E12418-09

<dvt:y1BaseLine>

y1BaseLine y1 base line


Use the y1BaseLine tag to define the characteristics of the y1-axis line from which bars and area markers originate.

Relationship with other tags

This component must be a child of one of the following components:

Example

The following example shows the XML for a y1BaseLine tag that starts at the value 0.0.

   <dvt:graph> 
      <dvt:y1BaseLine value="0.0"/> 
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
value double no Specifies where the base line should be located along the axis.