2.7.8 ST_DataBarAxisPosition

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_DataBar

A simple type that specifies the axis position for the data bar.

Value

Meaning

automatic

The axis position for the data bar is calculated automatically.

middle

The axis position for the data bar is the midpoint of the cell.

none

There is no axis for the data bar.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_DataBarAxisPosition">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="automatic"/>
     <xsd:enumeration value="middle"/>
     <xsd:enumeration value="none"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).