Tag name: <dvt:y1Format>
Use the y1Format tag to wrap the number format for the markers on the y1-axis. There are no properties for this tag.
The y1Format tag is a child tag of the markerText tag.
The y1Format tag has the following child tag: numberFormat.
The following example shows the XML for a y1Format tag that has a numberFormat child tag to specify the format for y1-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:y1Format>
<dvt:numberFormat posNumFmt="POS_NUMFMT_NUM_POS"/>
</dvt:y1Format>
</dvt:markerText>
</dvt:graph>