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

E17490-01

<dvt:graphFootnote>

graphFootnote graph footnote


Use the graphFootnote tag to specify the characteristics and text of the footnote for the graph.

Relationship with other tags

The graphFootnote 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 graphFootnote tag has the following child tag: graphFont.

Example

The following example shows the XML for a graphFootnote tag that has a graphFont child tag.

   <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 footnote for the graph. Valid values are:
  • CENTER
  • LEADING
  • LEFT
  • RIGHT
text java.lang.String no Specifies the text of the footnote of the graph.
rendered boolean no Indicates whether the footnote is visible. Valid values are "true" (Default) and "false".