Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)

E17490-01

<dvt:thresholdSet>

thresholdSet threshold set


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

Relationship with other tags

The thresholdSet tag can be a child of the following tags:

The thresholdSet tag has the following child tag: threshold.

Example

The following example shows the XML for a threshold tag. In this example, there are three threshold tags specify three threshold ranges. The first threshold range is from the minimum value of the gauge to 200, the second one is from 200 to 400, and the third one is from 400 to the maximum value of the gauge. The last threshold tag does not need to provide a thresholdMaxValue.

   <dvt:gauge> 
      <dvt:thresholdSet> 
         <dvt:threshold thresholdMaxValue="200" fillColor="#FF0000" borderColor="000000" text="Level 1"/> 
         <dvt:threshold thresholdMaxValue="400" fillColor="#990000" borderColor="000000" text="Level 2"/> 
         <dvt:threshold fillColor="#330000" borderColor="000000" text="Level 3"/>
      </dvt:thresholdSet> 
   </dvt:gauge>
   

Attributes

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