Summary
Tag name:
<dvt:alertSet>
Use the alertSet tag to wrap an indefinite number of alert tags for a graph.
Relationship with other tags
The alertSet tag must be a child of one of the following components:
Advanced graph, areaGraph, barGraph, bubbleGraph, comboGraph, dualYBarGraph,
dualYComboGraph, dualYLineGraph, horizontalBarGraph, horizontalStackedBarGraph,
paretoGraph, lineGraph, radarGraph, scatterGraph, stackedBarGraph, stockCandleGraph.
The alertSet tag has the following child tag: alert tag.
Example
The following example shows the XML for an alertSet tag that wraps two alerts for a graph.
<dvt:graph>
<dvt:alertSet>
<dvt:alert xValue="Boston" yValue="3.50" yValueAssignment="Y1AXIS" imageSource="myWarning.gif"/>
<dvt:alert xValue="Boston" yValue="5.50" yValueAssignment="Y1AXIS" imageSource="myError.gif"/>
</dvt:alertSet>
</dvt:graph>
Attributes
| Name |
Type |
Supports EL? |
Description |
| id |
java.lang.String |
no |
Specifies the identifier for the component |
| alertMap |
java.util.Map |
no |
Specifies a Map containing Alert child components. |