<dvt:shapeAttributesSet>

shapeAttributesSet shape attributes set


Use the shapeAttributesSet tag to wrap shapeAttributes tags for a graph or for a gauge. One shapeAttributes tag is required for each graph or gauge component that you want interactivity on, for example: TWODMARKER or INDICATOR.

Relationship with other tags

This component must be a child of one of the following components:

The shapeAttributesSet tag can have the following child tag: shapeAttributes.

Example

The following example shows the XML for two shapeAttributes tags that are enclosed in a shapeAttributesSet tag for a gauge.


<dvt:gauge>
<dvt:shapeAttributesSet>
<dvt:shapeAttributes component="INDICATOR" clickable="true"
clickListener="#{sampleGauge.processClick}" alt="#{sampleGauge.getALT}"/>
<dvt:shapeAttributes component="METRICLABEL" clickable="true"
clickListener="#{sampleGauge.processClick}" alt="#{sampleGauge.getALT}"/>
</dvt:shapeAttributesSet>
</dvt:gauge>



Attributes

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