2.24.3.57 CT_Gridlines

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

Referenced by: CT_Axis

A complex type<427> that specifies gridlines.

Child Elements:

spPr: A CT_ShapeProperties element ([ISO/IEC29500-4:2016] section A.4.1) element<428> that specifies the OfficeArt shape properties for the gridlines.

extLst: A CT_ExtensionList element<429> that specifies an extensibility container.

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

 <xsd:complexType name="CT_Gridlines">
   <xsd:sequence>
     <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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