Summary

Tag name: <dvt:zFormat>

Use the zFormat tag to wrap the number format for 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 tag: numberFormat.

Example

The following example shows the XML for a zFormat tag that has a numberFormat child tag to specify the format for numbers in markers for the y2-axis.

   <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:zFormat> 
            <dvt:numberFormat posNumFmt="POS_NUMFMT_NUM_POS"/> 
         </dvt:zFormat>
      </dvt:markerText> 
   </dvt:graph>
   

Attributes

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