draw-chart:bubbleSize
Bubble Size
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_NumDataSource
Properties: Local, Qualified
Content
- Choice [1..1]
- draw-chart:numRef Number Reference
- draw-chart:numLit Number Literal
Attributes
None
Used in
- Type draw-chart:CT_BubbleSer (Element draw-chart:ser)
Sample instance
<draw-chart:bubbleSize> <draw-chart:numRef> <draw-chart:f>string</draw-chart:f> <draw-chart:numCache> <draw-chart:formatCode>string</draw-chart:formatCode> <draw-chart:ptCount val="1"/> <draw-chart:pt idx="1">... </draw-chart:pt> <draw-chart:extLst>... </draw-chart:extLst> </draw-chart:numCache> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:numRef> </draw-chart:bubbleSize>