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

E17490-02

<dvt:o1Title>

o1Title o1 title


Use the o1Title tag to specify the text and alignment of the title for the ordinal axis of the graph.

Relationship with other tags

The o1Title tag must be a child of one of the following components: Advanced graph, areaGraph, barGraph, comboGraph, dualYBarGraph, dualYComboGraph, dualYLineGraph, horizontalBarGraph, horizontalStackedBarGraph, paretoGraph, lineGraph, radarGraph, stackedBarGraph, stockCandleGraph, stockGraph.

The o1Title tag has the following child tag: graphFont.

Example

The following example shows the XML for an o1Title tag and its graphFont child tag.

   <dvt:graph> 
      <dvt:o1Title horizontalAlignment="LEFT" text="Title of the Ordinal Axis" visible=true> 
         <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/> 
      </dvt:o1Title>
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component.
horizontalAlignment java.lang.String no Specifies the horizontal positioning of the title for the axis. Valid values are:
  • CENTER
  • LEADING
  • LEFT
  • RIGHT
text java.lang.String no Specifies the text of the title.
rendered boolean no Indicates whether the title text is visible. Valid values are "true" or "false" (Default).