01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart template="Bar Chart With No Title #1">
05       <data>
06         <series name="Year 2003" type="Bar">
07           <point name="Department Stores" y="637166" />
08           <point name="Discount Stores" y="721630" />
09           <point name="Men's/Women's Specialty Stores" y="148662" />
10           <point name="Juvenile Specialty Stores" y="78662" />
11           <point name="All other outlets" y="90000" />
12         </series>
13       </data>
14     </chart>
15   </charts>
16   <templates>
17     <template name="Bar Chart With No Title #1">
18       <chart plot_type="CategorizedHorizontal">
19         <chart_settings>
20           <title enabled="false" />
21           <axes>
22             <y_axis>
23               <title>
24                 <text><![CDATA[Sales]]></text>
25               </title>
26             </y_axis>
27             <x_axis>
28               <labels align="Outside" />
29               <title>
30                 <text><![CDATA[Retail Channel]]></text>
31               </title>
32             </x_axis>
33           </axes>
34         </chart_settings>
35       </chart>
36     </template>
37   </templates>
38 </anychart>