01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="Doughnut">
08       <data_plot_settings enable_3d_mode="false">
09         <pie_series>
10           <tooltip_settings enabled="true">
11             <format><![CDATA[
12 Value: {%Value}
13 Percent: {%YPercentOfSeries}{numDecimals: 2}%
14 ]]></format>
15           </tooltip_settings>
16           <label_settings enabled="true">
17             <background enabled="false" />
18             <position anchor="Center" valign="Center" halign="Center" padding="0" />
19             <font color="White">
20               <effects>
21                 <drop_shadow enabled="true" distance="2" opacity="0.5" blur_x="2" blur_y="2" />
22               </effects>
23             </font>
24             <format><![CDATA[{%YPercentOfSeries}{numDecimals:1}%]]></format>
25           </label_settings>
26         </pie_series>
27       </data_plot_settings>
28       <data>
29         <series name="Series 1" type="Pie">
30           <point name="P1" y="793166" />
31           <point name="P2" y="726630" />
32           <point name="P3" y="168662" />
33           <point name="P4" y="71662" color="Yellow" />
34         </series>
35         <series name="Series 2" type="Pie">
36           <point name="P1" y="798166" />
37           <point name="P2" y="721630" />
38           <point name="P3" y="148662" />
39           <point name="P4" y="78662" color="Yellow" />
40         </series>
41         <series name="Series 3" type="Pie">
42           <point name="P1" y="637166" />
43           <point name="P2" y="721630" />
44           <point name="P3" y="148662" />
45           <point name="P4" y="78662" color="Yellow" />
46         </series>
47       </data>
48       <chart_settings>
49         <title enabled="true" padding="20">
50           <text><![CDATA[Nested Doughnuts in 2D]]></text>
51         </title>
52         <legend enabled="true">
53           <title enabled="false" />
54         </legend>
55       </chart_settings>
56     </chart>
57   </charts>
58 </anychart>