<dvt:zFormat>

zFormat z format


Use the zFormat tag to wrap the <af:convertNumber> tag use to format the marker text associated with z value on the bubble graph or the markers on the z-edge of a 3-D graph. The z-edge is along the left edge of the floor of a 3D graph. There are no properties for this tag.

Relationship with other tags

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

The zFormat tag has the following child tags: numberFormat, af:convertNumber 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:zFormat> tag:

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

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
scaling java.lang.String yes Scaling factor for numbers that are displayed. Valid values are:
  • auto - (Default) The number will be scaled automatically.
  • none - The number will not be scaled.
  • thousand - The number will be scaled to thousands.
  • million - The number will be scaled to millions.
  • billion - The number will be scaled to billions.
  • trillion - The number will be scaled to trillions.
  • quadrillion - The number will be scaled to quadrillions.
autoPrecision java.lang.String yes Whether to turn on the automatic precision for decimal digits. Valid values are:
  • on - (Default) The number of decimal digits are determined automatically.
  • off - The number of digits is based on the user specification from af:convertNumber