Use the topLabel tag to specify the text and location of a top label, if any, for the gauge. Note: The upperLabelFrame tag controls the background and border of the top label.
The topLabel tag is a child tag of the gauge tag.
The topLabel tag has the following child tag: gaugeFont
The following example shows the XML for a topLabel tag.
   <dvt:gauge> 
      <dvt:topLabel> 
         <dvt:gaugeFont name="Tahoma" size="11" color="#3C3C3C" bold="true" italic="false"/>
      </dvt:topLabel> 
   </dvt:gauge>
   
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component | 
| position | java.lang.String | yes | Specifies the location of a top label, if any, for a gauge. Valid values are: 
 | 
| text | java.lang.String | yes | Text for the topLabel. |