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

E17490-02

<dvt:graphSubtitle>

graphSubtitle graph subtitle


Use the graphSubtitle tag to specify the characteristics and text of the subtitle for the graph.

Relationship with other tags

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

The graphSubtitle tag has the following child tag: graphFont.

Example

The following example shows the XML for a graphSubtitle tag that has a graphFont child tag to specify the font for the subtitle.

   <dvt:graph> 
      <dvt:graphFootnote horizontalAlignment="LEFT" text="gf" visible="true"> 
         <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/> 
      </dvt:graphFootnote> 
   </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 graph's subtitle. Valid values are:
  • CENTER
  • LEADING
  • LEFT
  • RIGHT
text java.lang.String no Specifies the text of the subtitle of the graph.
rendered boolean no Indicates whether the subtitle is visible. Valid values are "true" (Default) and "false".