L.4.13.3 Example
L.4.13.3 Example
The XML in this clause defines the following 3D chart:
For this example, the xml for the chart element is shown in detail. The xml for the chart element follows:
<c:chart>
<c:view3D>
<c:rotX val="30"/>
<c:perspective val="30"/>
</c:view3D>
<c:plotArea>
<c:layout>
<c:lastLayoutOuter>
<c:x val="4.5"/>
<c:y val="4.5"/>
<c:w val="324.75"/>
<c:h val="206.25"/>
</c:lastLayoutOuter>
<c:lastLayout>
<c:x val="10.5"/>
<c:y val="10.5"/>
<c:w val="312.75"/>
<c:h val="194.25"/>
</c:lastLayout>
</c:layout>
<c:pie3DChart>
<c:varyColors val="1"/>
<c:ser>
<c:idx val="0"/>
<c:order val="0"/>
<c:cat>
<c:strRef>
<c:f>Sheet1!$A$1:$C$1</c:f>
<c:strCache>
<c:pt idx="0">
<c:v>A</c:v>
</c:pt>
<c:pt idx="1">
<c:v>B</c:v>
</c:pt>
<c:pt idx="2">
<c:v>C</c:v>
</c:pt>
</c:strCache>
</c:strRef>
</c:cat>
<c:val>
<c:numRef>
<c:f>Sheet1!$A$2:$C$2</c:f>
<c:numCache>
<c:pt idx="0">
<c:v>1</c:v>
</c:pt>
<c:pt idx="1">
<c:v>2</c:v>
</c:pt>
<c:pt idx="2">
<c:v>3</c:v>
</c:pt>
</c:numCache>
</c:numRef>
</c:val>
</c:ser>
</c:pie3DChart>
<c:spPr>
<a:noFill/>
<a:ln w="25400">
<a:noFill/>
</a:ln>
</c:spPr>
</c:plotArea>
<c:legend>
<c:legendPos val="r"/>
<c:layout>
<c:lastLayout>
<c:x val="333.75"/>
<c:y val="81.75"/>
<c:w val="19.5"/>
<c:h val="51.75"/>
</c:lastLayout>
</c:layout>
</c:legend>
<c:plotVisOnly val="1"/>
</c:chart>
Last updated on