[Table of Contents] [docx version]

Error! No text of specified style in document.

bubbleSize (Bubble Size)

This element specifies the data for the sizes of the bubbles on the bubble chart.

Parent Elements

ser5.7.2.168)

 

Child Elements

Subclause

numLit (Number Literal)

§5.7.2.123

numRef (Number Reference)

§5.7.2.124

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

<complexType name="CT_NumDataSource">

   <sequence>

   <choice minOccurs="1" maxOccurs="1">

   <element name="numRef" type="CT_NumRef" minOccurs="1" maxOccurs="1"/>

   <element name="numLit" type="CT_NumData" minOccurs="1" maxOccurs="1"/>

   </choice>

   </sequence>

</complexType>