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

E17490-02

<dvt:gaugeLegendTitle>

gaugeLegendTitle gauge legend title


Use the gaugeLegendTitle tag to specify the title for the gauge legend.

Relationship with other tags

The gaugeLegendTitle tag is a child tag of the gauge tag.
The gaugeLegendTitle tag can have the following child tag: gaugeFont

Example

The following example shows the XML for a gaugeLegendTitle tag that specifies the title and provides the characteristics of the font to be used.

   <dvt:gauge> 
      <dvt:gaugeLegendTitle text="Title" 
         <dvt:gaugeFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/>
      </dvt:gaugeLegendTitle> 
   </dvt:gauge>

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
text java.lang.String no Specifies the title to appear in the gauge legend.
rendered boolean no Indicates whether the legend title of the gauge is to be visible. Valid values are "true" (Default) and "false".