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

E17490-03

<dvt:indicatorBar>

indicatorBar indicator bar


Use the indicatorBar tag to set the fill properties of the inner rectangle (bar) of a status meter gauge.

Relationship with other tags

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

Example

The following example shows the XML for a indicatorBar tag.

   <dvt:gauge gaugeType="STATUSMETER"> 
      <dvt:indicatorBar fillColor="#f1f7fb"/> 
   </dvt:gauge>
   

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 bar indicator of a statusmeter gauge. 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 bar indicator of a statusmeter gauge. 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.