2.24.3.77 CT_SeriesLayoutProperties

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

Referenced by: CT_Series

A complex type<524> that specifies series layout properties.

Child Elements:

parentLabelLayout: A CT_ParentLabelLayout element<525> that specifies the layout type for the parent labels.

regionLabelLayout: A CT_RegionLabelLayout element<526> that specifies the layout type for region labels of a geospatial series.

visibility: A CT_SeriesElementVisibilities element<527> that specifies the visibilities of series sub-elements.

aggregation: A CT_Aggregation element<528> that specifies the data aggregation properties for the series.

binning: A CT_Binning element<529> that specifies the data binning properties for the series.

geography: A CT_Geography element<530> that specifies layout properties for a geospatial series.

statistics: A CT_Statistics element<531> that specifies the statistical properties for the series.

subtotals: A CT_Subtotals element<532> that specifies a list of subtotal data points.

extLst: A CT_ExtensionList element<533> 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_SeriesLayoutProperties">
   <xsd:sequence>
     <xsd:element name="parentLabelLayout" type="CT_ParentLabelLayout" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="regionLabelLayout" type="CT_RegionLabelLayout" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="visibility" type="CT_SeriesElementVisibilities" minOccurs="0" maxOccurs="1"/>
     <xsd:choice minOccurs="0" maxOccurs="1">
       <xsd:element name="aggregation" type="CT_Aggregation" minOccurs="0" maxOccurs="1"/>
       <xsd:element name="binning" type="CT_Binning" minOccurs="0" maxOccurs="1"/>
     </xsd:choice>
     <xsd:element name="geography" type="CT_Geography" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="statistics" type="CT_Statistics" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="subtotals" type="CT_Subtotals" 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).