[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the scale factor for the bubble chart. This element can be an integer value from 0 to 300, corresponding to a percentage of the default size.
Parent Elements |
bubbleChart (§5.7.2.20) |
Attributes |
Description |
val (Bubble Scale Value) |
Specifies how to scale bubbles on a bubble chart.
The possible values for this attribute are defined by the ST_BubbleScale simple type (§5.7.3.5). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BubbleScale">
<attribute name="val" type="ST_BubbleScale" default="100"/>
</complexType>