2.24.3.83 CT_Subtotals

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

Referenced by: CT_SeriesLayoutProperties

A complex type<547> that specifies a list of indices of subtotal data points.

Child Elements:

idx: A CT_SubtotalIndex element<548> that specifies the index of a subtotal data point.

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

 <xsd:complexType name="CT_Subtotals">
   <xsd:sequence>
     <xsd:element name="idx" type="CT_SubtotalIndex" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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