<dvt:gaugeSetBackground>

gaugeSetBackground gauge set background


Use the gaugeSetBackground tag to specify the background colors of a gauge set.

Relationship with other tags

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

Example

The following example shows the XML for a gaugeSetBackground tag.


<dvt:gauge>
<dvt:dvt:gaugeSetBackground fillColor="#f1f7fb" borderColor="#62a4d5"/>
</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 background of a gauge set. Enter values in RGB hexadecimal. The example color="#000000" specifies black.
borderColor java.lang.String no Specifies the border color of the background of a gauge set. Enter values in RGB hexadecimal. The example color="#000000" specifies black.