01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedBySeriesHorizontal">
05       <data_plot_settings default_series_type="Bar">
06         <bar_series point_padding="-0.4" group_padding="2">
07           <tooltip_settings enabled="True" />
08         </bar_series>
09       </data_plot_settings>
10       <data>
11         <series name="Year 2003">
12           <point name="Department Stores" y="637166" />
13           <point name="Discount Stores" y="721630" />
14           <point name="Men's/Women's Specialty Stores" y="148662" />
15           <point name="Juvenile Specialty Stores" y="78662" />
16           <point name="All other outlets" y="90000" />
17         </series>
18         <series name="Year 2004">
19           <point name="Department Stores" y="737166" />
20           <point name="Discount Stores" y="537166" />
21           <point name="Men's/Women's Specialty Stores" y="188662" />
22           <point name="Juvenile Specialty Stores" y="178662" />
23           <point name="All other outlets" y="89000" />
24         </series>
25       </data>
26       <chart_settings>
27         <title enabled="false" />
28         <axes>
29           <y_axis position="Opposite">
30             <title>
31               <text><![CDATA[Sales]]></text>
32             </title>
33             <labels>
34               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
35             </labels>
36           </y_axis>
37           <x_axis>
38             <title>
39               <text><![CDATA[Retail Channel]]></text>
40             </title>
41           </x_axis>
42         </axes>
43       </chart_settings>
44     </chart>
45   </charts>
46 </anychart>