Use the activeDataProperties tag to specify animation properties for active data enabled graph
The activeDataProperties tag is a child tag of the graph tag.
The following example shows the XML for a activeDataProperties tag.
<dvt:graph>
<dvt:activeDataProperties transitionColor="#cccccc" animationEnabled="true"
transitionDuration="5" showTransitionColor="true"/>
</dvt:graph>
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component |
| transitionColor | java.lang.String | no | Specifies the transition color. Enter values in RGB hexadecimal. The example transitionColor="#000000" specifies black. Default is #FCF0BC |
| animationEnabled | boolean | no | Indicates if animation is enabled for active data graphs. Valid values are true (default) or false. |
| transitionDuration | int | no | Specifies the transition duration for animation in seconds. Default is 1. |
| showTransitionColor | boolean | no | Indicates if a transition color should be shown during animation. Valid values are true (default) or false. |