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

E12418-09

<dvt:lowerLabelFrame>

lowerLabelFrame lower label frame


Use the lowerLabelFrame tag to specify the colors for the frame behind the bottom label. This lowerLabelFrame tag also controls the visibility of this frame.

Relationship with other tags

The lowerLabelFrame tag is a child tag of the gauge tag.
The lowerLabelFrame tag can have a child tag: specialEffects

Example

The following example shows the XML for the lowerLabelFrame tag where the frame is visible and both fill color and border color are specified.

<dvt:gauge gaugeType="DIAL"> <dvt:lowerLabelFrame
           visible="true" fillColor="#C0C0C0" borderColor="#0F0F0F"/>
           </dvt:graph>

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
fillColor java.lang.String no Specifies the fill color of the lower label frame. Enter values in RGB hexadecimal. The example color="#000000" specifies black color. This color property takes 6 or 8 digit hex as input. When 8 digit hex is used, the first 2 digits represent transparency, otherwise the color is opaque.
borderColor java.lang.String no Specifies the border color of the lower label frame. Enter values in RGB hexadecimal. The example color="#000000" specifies black color. This color property takes 6 or 8 digit hex as input. When 8 digit hex is used, the first 2 digits represent transparency, otherwise the color is opaque.
rendered boolean no Specifies whether the lower label frame is visible. Valid values are "true" (Default) or "false".