aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions/bar_record.xml
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-10-09 00:05:55 +0000
committerGlen Stampoultzis <glens@apache.org>2002-10-09 00:05:55 +0000
commit0fe419cb151953a5cf40ac6d3ad60a28cb44a557 (patch)
tree3d6c6c048052864696a78a00f5be6f9a6597c0d9 /src/records/definitions/bar_record.xml
parentde760da7144ef418e7fb7a72aae4b5e81b7acd5b (diff)
downloadpoi-0fe419cb151953a5cf40ac6d3ad60a28cb44a557.tar.gz
poi-0fe419cb151953a5cf40ac6d3ad60a28cb44a557.zip
Some changes to record generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records/definitions/bar_record.xml')
-rw-r--r--src/records/definitions/bar_record.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/records/definitions/bar_record.xml b/src/records/definitions/bar_record.xml
index 6cb91cce8c..fae957cfff 100644
--- a/src/records/definitions/bar_record.xml
+++ b/src/records/definitions/bar_record.xml
@@ -1,11 +1,12 @@
-<record id="0x1017" name="Bar" package="org.apache.poi.hssf.record">
+<record id="0x1017" name="Bar" excel-record-id="BAR"
+ package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>The bar record is used to define a bar chart.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="bar space" description="space between bars"/>
- <field type="int" size="2" name="category space" default="50" description="space between categories"/>
+ <field type="int" size="2" name="category space" description="space between categories"/>
<field type="int" size="2" name="format flags">
<bit number="0" name="horizontal" description="true to display horizontal bar charts, false for vertical"/>
<bit number="1" name="stacked" description="stack displayed values"/>