diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-05-08 01:46:11 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-05-08 01:46:11 +0000 |
commit | a99c98933ea919dc937ca79e2da8805708b0689c (patch) | |
tree | 93ebfceba2acdda1128989987f81502c21331987 /src/records | |
parent | dbb46a91809d63823b357635460ae5d672e14944 (diff) | |
download | poi-a99c98933ea919dc937ca79e2da8805708b0689c.tar.gz poi-a99c98933ea919dc937ca79e2da8805708b0689c.zip |
New record for charts and corresponding BIFFViewer and unit test
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records')
-rw-r--r-- | src/records/definitions/sertocrt_record.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/records/definitions/sertocrt_record.xml b/src/records/definitions/sertocrt_record.xml new file mode 100644 index 0000000000..0d74f73aeb --- /dev/null +++ b/src/records/definitions/sertocrt_record.xml @@ -0,0 +1,9 @@ +<record id="0x1045" name="SeriesToChartGroup" package="org.apache.poi.hssf.record"> + <suffix>Record</suffix> + <extends>Record</extends> + <description>Indicates the chart-group index for a series. The order probably defines the mapping. So the 0th record probably means the 0th series. The only field in this of course defines which chart group the 0th series (for instance) would map to. Confusing? Well thats because it is. (p 522 BCG)</description> + <author>Andrew C. Oliver (acoliver at apache.org)</author> + <fields> + <field type="int" size="2" name="chart group index" description="index to the chart group for this series"/> + </fields> +</record> |