aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions/area_record.xml
blob: bbd29ea0bca5cdd4e738b608d4e8b2e1e9436b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<record id="0x101A" name="Area" package="org.apache.poi.hssf.record">
    <suffix>Record</suffix>
    <extends>Record</extends>
    <description>The area record is used to define a area chart.</description>
    <author>Glen Stampoultzis (glens at apache.org)</author>
    <fields>
        <field type="int" size="2" name="format flags">
            <bit number="0" name="stacked" description="series is stacked"/>
            <bit number="1" name="display as percentage" description="results displayed as percentages"/>
            <bit number="2" name="shadow" description="display a shadow for the chart"/>
        </field>
    </fields>
</record>