blob: 94088b5a795bd349acde06b4ff0ad261b66b67c6 [file] [log] [blame]
<?xml version="1.0"?>
<!--
====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================
-->
<record id="0x1020" name="CategorySeriesAxis" excel-record-id="CATSERRANGE"
package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>This record refers to a category or series axis and is used to specify label/tickmark frequency.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="crossing point" description="axis or category crossing point for 2d charts"/>
<field type="int" size="2" name="label frequency" description="label frequency"/>
<field type="int" size="2" name="tick mark frequency" description="tick mark frequency"/>
<field type="int" size="2" name="options" description="various options">
<bit number="0" name="value axis crossing" description="set true to indicate axis crosses between categories and false to cross axis midway"/>
<bit number="1" name="crosses far right" description="axis crosses at the far right"/>
<bit number="2" name="reversed" description="categories are displayed in reverse order"/>
</field>
</fields>
</record>