2.24.3.5 CT_AxisUnits
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Axis
A complex type<242> that specifies axis display units.
Child Elements:
unitsLabel: A CT_AxisUnitsLabel element<243> that specifies the axis display units label.
extLst: A CT_ExtensionList element<244> that specifies an extensibility container.
Attributes:
unit: An ST_AxisUnit attribute<245> that specifies the display unit for the axis.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_AxisUnits"> <xsd:sequence> <xsd:element name="unitsLabel" type="CT_AxisUnitsLabel" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="unit" type="ST_AxisUnit" use="optional"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).