2.24.3.7 CT_Binning

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

Referenced by: CT_SeriesLayoutProperties

A complex type<251> that specifies data binning properties.

Child Elements:

binSize: A double ([XMLSCHEMA2/2] section 3.2.5) element<252> that specifies the binning by bin size.

binCount: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) element<253> that specifies the binning by bin count.

Attributes:

intervalClosed: An ST_IntervalClosedSide attribute<254> that specifies the interval closed side.

underflow: An ST_DoubleOrAutomatic attribute<255> that specifies the custom value for underflow bin, or an automatic value.

overflow: An ST_DoubleOrAutomatic attribute<256> that specifies the custom value for the overflow bin, or an automatic value.

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

 <xsd:complexType name="CT_Binning">
   <xsd:choice minOccurs="0" maxOccurs="1">
     <xsd:element name="binSize" type="xsd:double"/>
     <xsd:element name="binCount" type="xsd:unsignedInt"/>
   </xsd:choice>
   <xsd:attribute name="intervalClosed" type="ST_IntervalClosedSide" use="optional"/>
   <xsd:attribute name="underflow" type="ST_DoubleOrAutomatic" use="optional"/>
   <xsd:attribute name="overflow" type="ST_DoubleOrAutomatic" use="optional"/>
 </xsd:complexType>

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