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

E12418-07

<dvt:background>

background background


Use the background tag to define the characteristics of the graph background.

Relationship with other tags

This component must be a child of one of the following components:

The background tag can have the following child tag: specialEffects.

Example

The following example shows the XML for a background tag.

   <dvt:graph> 
      <dvt:background fillColor="#ffffff" fillTransparent="false"/> 
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String yes Specifies the identifier for the component
fillColor java.lang.String no Specifies the fill color of the graph background. Enter values in RGB hexadecimal. The example color="#000000" specifies black fill 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.
fillTransparent boolean yes Indicates whether the background fill color should be transparent. Valid values are "true" and "false".