Summary
Tag name:
<dvt: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:
- graph
- areaGraph
- barGraph
- bubbleGraph
- comboGraph
- dualYBarGraph
- dualYComboGraph
- dualYLineGraph
- funnelGraph
- horizontalBarGraph
- horizontalStackedBarGraph
- pieGraph
- paretoGraph
- lineGraph
- radarGraph
- scatterGraph
- stackedBarGraph
- stockCandleGraph
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 |
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". |