Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 11g Release 2 (11.1.2.2.0) E17490-03 |
Use the bottomLabel tag to specify the text and location of a bottom label, if any, for the gauge. Note: The lowerLabelFrame tag controls the background and border of the bottom label.
The bottomLabel tag is a child tag of the gauge tag.
The bottomLabel tag has the following child tag: gaugeFont
The following example shows the XML for a bottomLabel tag.
<dvt:gauge> <dvt:bottomLabel> <dvt:gaugeFont name="Tahoma" size="11" color="#3C3C3C" bold="true" italic="false"/> </dvt:bottomLabel> </dvt:gauge>
Name | Type | Supports EL? | Description |
---|---|---|---|
id | java.lang.String | no | Specifies the identifier for the component |
position | java.lang.String | no |
Specifies the location of a bottom label, if any, for a gauge. Valid values are:
|
text | java.lang.String | no | Specifies the text for the bottomLabel. |