Summary

Tag name: <dvt:gaugeLegendTitle>

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 yes Specifies the title to appear in the gauge legend.
rendered boolean yes Indicates whether the legend title of the gauge is to be visible. Valid values are "true" (Default) and "false".