| Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52938-01 |
Use the indicatorBase tag to set the fill properties of the circular base of all indicators of a dial gauge.
The indicatorBase tag is a child tag of the gauge tag.
The indicatorBase tag can have a child tag: specialEffects
The following example shows the XML for a indicatorBase tag.
<dvt:gauge gaugeType="DIAL">
<dvt:indicatorBase fillColor="#110F0F"/>
</dvt:gauge>
| 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 base of the indicator of a 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 base of the indicator of a 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. |
| rendered | boolean | no | Specifies whether the indicatorBase is visible on dial gauges. Valid values are "true"(Default) or "false". |