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

E17490-04

<dvt:stockVolumeFormat>

stockVolumeFormat stock volume format


Use the stockVolumeFormat tag to wrap the <af:convertNumber> tag use to format the marker text associated with stock volume markers. This tag also supports attributes for scaling and automatic precision

Relationship with other tags

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

The stockVolumeFormat tag has the following child tags: af:convertNumber, dvt:numberFormat(deprecated) tag.

Note: The use of <dvt:numberFormat> is now replaced with <af:convertNumber> tag.

Example

The following is an example of how to configure this <dvt:stockVolumeFormat> tag:

              <dvt:stockGraph value="#{binding.dataModel}">
                 <dvt:markerText>
                   <dvt:stockVolumeFormat>
                       <af:convertNumber pattern="#{appPrefs.markerTextPattern}" />
                   </dvt:stockVolumeFormat>
                  </dvt:markerText>
               </dvt:stockGraph>
              

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
scaling java.lang.String no Specifies the scale factor of this label Valid values are:
  • auto - Automatically scales the number.
  • none - Scales the number to units
  • thousand - Scales the number to thousands.
  • million - Scales the number to millions.
  • billion - Scale the number to billions.
  • trillion - Scale the number to trillions.
  • quadrillion - Scale the number to quadrillions.
autoPrecision java.lang.String no Specifies the auto precision function of this label Valid values are:
  • on - The engine decides the number of digits on the numbers.
  • off - User specifies the number of digits on the numbers.