2.24.4.8 ST_GapWidthRatio
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_CategoryAxisScaling
This simple type<589> specifies the gap width ratio, which is 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 simple type.
-
<xsd:simpleType name="ST_GapWidthRatio"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="auto"/> </xsd:restriction> </xsd:simpleType> </xsd:union> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).