2.24.3.8 CT_CategoryAxisScaling

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

Referenced by: CT_Axis

A complex type<257> that specifies the category axis scaling properties.

Attributes:

gapWidth: An ST_GapWidthRatio attribute<258> that specifies the space between data points as a ratio of gap width over category width.

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

 <xsd:complexType name="CT_CategoryAxisScaling">
   <xsd:attribute name="gapWidth" type="ST_GapWidthRatio" use="optional"/>
 </xsd:complexType>

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