Summary

Tag name: <dvt:stockVolumeFormat>

Use the stockVolumeFormat tag to wrap the definition of the number format for the markers in a stock graph. The stockVolumeFormat tag has no attributes.

Relationship with other tags

The stockVolumeFormat tag is a child tag of the markerText tag.

The stockVolumeFormat tag has the following child tag: numberFormat.

Example

The following example shows the XML for a stockVolumeFormat tag that has a numberFormat child tag to specify the format for stock volume markers.

   <dvt:graph> 
      <dvt:markerText visible="true" markerTextPlace="MTP_OUTSIDE_MAX"> 
         <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="true" italic="false" underline="false"/> 
         <dvt:stockVolumeFormat>
            <dvt:numberFormat posNumFmt="POS_NUMFMT_NUM_POS"/>
         </dvt:stockVolumeFormat> 
      </dvt:markerText> 
   </dvt:graph>
   

Attributes

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