2.24.4.2 ST_AxisUnit

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_AxisUnits

This simple type<583> specifies the display units for an axis.

Value

Meaning

hundreds

The values on the chart shall be divided by 100.

thousands

The values on the chart shall be divided by 1,000.

tenThousands

The values on the chart shall be divided by 10,000.

hundredThousands

The values on the chart shall be divided by 100,000.

millions

The values on the chart shall be divided by 1,000,000.

tenMillions

The values on the chart shall be divided by 10,000,000.

hundredMillions

The values on the chart shall be divided by 100,000,000.

billions

The values on the chart shall be divided by 1,000,000,000.

trillions

The values on the chart shall be divided by 1,000,000,000,000.

percentage

The values on the chart shall be divided by 0.01.

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

 <xsd:simpleType name="ST_AxisUnit">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="hundreds"/>
     <xsd:enumeration value="thousands"/>
     <xsd:enumeration value="tenThousands"/>
     <xsd:enumeration value="hundredThousands"/>
     <xsd:enumeration value="millions"/>
     <xsd:enumeration value="tenMillions"/>
     <xsd:enumeration value="hundredMillions"/>
     <xsd:enumeration value="billions"/>
     <xsd:enumeration value="trillions"/>
     <xsd:enumeration value="percentage"/>
   </xsd:restriction>
 </xsd:simpleType>

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