01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedHorizontal">
05       <data>
06         <series type="Bar">
07           <point name="Duff Original" y="279450" />
08           <point name="Bud Light" y="249028" />
09           <point name="Budweiser" y="186467" />
10           <point name="Coors Light" y="181084" />
11           <point name="Miller Lite" y="170815" />
12           <point name="Busch" y="109512" />
13           <point name="Michelob Light" y="79234" />
14           <point name="Other" y="67913" />
15         </series>
16       </data>
17       <chart_settings>
18         <title enabled="false" />
19         <axes>
20           <y_axis>
21             <title>
22               <text><![CDATA[Pints sold]]></text>
23             </title>
24           </y_axis>
25           <x_axis>
26             <labels align="Outside" />
27             <title>
28               <text><![CDATA[Brand]]></text>
29             </title>
30           </x_axis>
31         </axes>
32       </chart_settings>
33     </chart>
34   </charts>
35 </anychart>