<bubbleChart> (Bubble Charts)

This element contains the bubble series on this chart.

Parent Elements

<plotArea>5.7.2.146)

Child Elements

Subclause

<axId> (Axis ID)

§5.7.2.9

<bubble3D> (3D Bubble)

§5.7.2.19

<bubbleScale> (Bubble Scale)

§5.7.2.21

<dLbls> (Data Labels)

§5.7.2.49

<extLst> (Chart Extensibility)

§5.7.2.64

<ser> (Bubble Chart Series)

§5.7.2.168

<showNegBubbles> (Show Negative Bubbles)

§5.7.2.186

<sizeRepresents> (Size Represents)

§5.7.2.194

<varyColors> (Vary Colors by Point)

§5.7.2.228

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BubbleChart">
	<sequence>
	<element name="varyColors" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="ser" type="CT_BubbleSer" minOccurs="0" maxOccurs="unbounded"/>
	<element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
	<element name="bubble3D" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="bubbleScale" type="CT_BubbleScale" minOccurs="0" maxOccurs="1"/>
	<element name="showNegBubbles" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="sizeRepresents" type="CT_SizeRepresents" minOccurs="0" maxOccurs="1"/>
	<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>