01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedHorizontal">
05       <styles>
06         <bar_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         </bar_style>
21         <bar_style name="style2" parent="style1">
22           <fill color="Rgb(180,180,255)" />
23         </bar_style>
24         <bar_style name="style3" parent="style1">
25           <fill color="Rgb(255,170,170)" />
26         </bar_style>
27       </styles>
28       <data_plot_settings default_series_type="Bar">
29         <bar_series>
30           <tooltip_settings enabled="True" />
31         </bar_series>
32       </data_plot_settings>
33       <data>
34         <series name="Year 2003" style="style1">
35           <point name="Department Stores" y="637166" />
36           <point name="Discount Stores" y="721630" />
37           <point name="Men's/Women's Specialty Stores" y="148662" />
38           <point name="Juvenile Specialty Stores" y="78662" />
39           <point name="All other outlets" y="90000" />
40         </series>
41         <series name="Year 2004" style="style2">
42           <point name="Department Stores" y="737166" style="style3" />
43           <point name="Discount Stores" y="537166" />
44           <point name="Men's/Women's Specialty Stores" y="188662" />
45           <point name="Juvenile Specialty Stores" y="178662" />
46           <point name="All other outlets" y="89000" />
47         </series>
48       </data>
49       <chart_settings>
50         <title enabled="false" />
51         <axes>
52           <y_axis position="Opposite">
53             <title>
54               <text><![CDATA[Sales]]></text>
55             </title>
56             <labels>
57               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
58             </labels>
59           </y_axis>
60           <x_axis>
61             <title>
62               <text><![CDATA[Retail Channel]]></text>
63             </title>
64             <labels align="Inside" />
65           </x_axis>
66         </axes>
67       </chart_settings>
68     </chart>
69   </charts>
70 </anychart>