01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Pie">
05       <styles>
06         <pie_style name="style1">
07           <fill type="Solid" color="Gold" opacity="1" />
08           <border thickness="4" color="Rgb(86,86,26)" />
09           <hatch_fill enabled="True" type="DiagonalBrick" color="Gray" />
10           <effects>
11             <bevel enabled="true" highlight_opacity="0.4" shadow_opacity="0.4" distance="2" />
12             <drop_shadow enabled="true" opacity="0.3" />
13           </effects>
14           <states>
15             <hover>
16               <border color="DarkRed" thickness="6" />
17               <hatch_fill color="DarkRed" />
18             </hover>
19           </states>
20         </pie_style>
21       </styles>
22       <data_plot_settings>
23         <pie_series style="style1" />
24       </data_plot_settings>
25       <data>
26         <series name="Year 2003" palette="Default">
27           <point name="Department Stores" y="637166" />
28           <point name="Discount Stores" y="721630" />
29           <point name="Men's/Women's Specialty Stores" y="148662" />
30           <point name="Juvenule Specialty Stores" y="78662" />
31           <point name="All other outlets" y="90000" />
32         </series>
33       </data>
34       <chart_settings>
35         <title enabled="false" />
36       </chart_settings>
37     </chart>
38   </charts>
39 </anychart>