Use the background tag to define the characteristics of the graph background.
This component must be a child of one of the following components:
The background tag can have the following child tag: specialEffects.
The following example shows the XML for a background tag.
<dvt:graph>
<dvt:background fillColor="#ffffff" fillTransparent="false"/>
</dvt:graph>
| 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 graph background. Enter values in RGB hexadecimal. The example fillColor="#000000" specifies black. |
| fillTransparent | boolean | no | Indicates whether the background fill color should be transparent. Valid values are "true" and "false". |