<dvt:x1Format>

x1Format x1 format


Use the x1Format tag to wrap the number format for the markers on the x-axis. There are no properties for this tag.

Relationship with other tags

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

The x1Format tag has the following child tag: numberFormat.

Example

The following example shows the XML for a x1Format tag that has a numberFormat child tag to specify the format for x-axis 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:x1Format>
<dvt:numberFormat posNumFmt="POS_NUMFMT_NUM_POS"/>
</dvt:x1Format>
</dvt:markerText>
</dvt:graph>

Attributes

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