poi/src/records/definitions/axes_used_record.xml

11 lines
381 B
XML

<record id="0x1046" name="AxisUsed" excel-record-id="AXISUSED"
package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>The number of axes used on a chart.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="num axis"/>
</fields>
</record>