CT_BarChart

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_BarChart">
  <xsd:sequence>
    <xsd:group ref="EG_BarChartShared" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="overlap" type="CT_Overlap" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="serLines" type="CT_ChartLines" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
    <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>