| Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E12418-09 | 
Use the gaugeLegendTitle tag to specify the title for the gauge legend.
The gaugeLegendTitle tag is a child tag of the gauge tag.
The gaugeLegendTitle tag can have the following child tag: gaugeFont
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>
| 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". |