<dvt:thresholdSet>

thresholdSet threshold set


Use the thresholdSet tag to wrap all the threshold tags for the metric of a gauge. An infinite number of thresholds can be included in a thresholdSet tag.

Relationship with other tags

The thresholdSet tag is a child tag of the gauge tag.
The thresholdSet tag has the following child tag: threshold.

Example

The following example shows the XML for a thresholdSet tag.
<dvt:gauge>
<dvt:thresholdSet>
<dvt:threshold id="threshold_0" thresholdMaxValue="200" fillColor="#3C3C3C" borderColor="000000" text="Level 1"/>
<dvt:threshold id="threshold_1" thresholdMaxValue="400" fillColor="#2C2C2C" borderColor="000000" text="Level 2"/>
</dvt:thresholdSet>
</dvt:gauge>

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component