01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Pie">
05       <data_plot_settings>
06         <pie_series style="Aqua">
07           <tooltip_settings enabled="true" />
08           <label_settings enabled="true" mode="outside">
09             <background enabled="false" />
10             <format><![CDATA[{%Name} - {%YPercentOfSeries}{numDecimals:2}%]]></format>
11           </label_settings>
12           <connector enabled="True" color="%Color" opacity="1" thickness="1" />
13         </pie_series>
14       </data_plot_settings>
15       <data>
16         <series name="Year 2003" palette="Default">
17           <point name="Department Stores" y="637166" />
18           <point name="Discount Stores" y="721630" />
19           <point name="Men's/Women's Specialty Stores" y="148662" />
20           <point name="Juvenile Specialty Stores" y="78662" />
21           <point name="All other outlets" y="90000" />
22         </series>
23       </data>
24       <chart_settings>
25         <title enabled="false" />
26       </chart_settings>
27     </chart>
28   </charts>
29 </anychart>