01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedHorizontal">
05       <data_plot_settings default_series_type="Bar">
06         <bar_series>
07           <label_settings enabled="true">
08             <position anchor="Center" halign="Center" valign="Center" />
09             <background enabled="false" />
10             <font color="White" size="10">
11               <effects>
12                 <drop_shadow enabled="true" distance="2" opacity="0.7" />
13               </effects>
14             </font>
15             <format><![CDATA[Call {%Name}: {%phone} ({%location})]]></format>
16           </label_settings>
17         </bar_series>
18       </data_plot_settings>
19       <data>
20         <series name="HQ">
21           <attributes>
22             <attribute name="location"><![CDATA[LA]]></attribute>
23           </attributes>
24           <point name="John" y="17000">
25             <attributes>
26               <attribute name="phone"><![CDATA[555-1267]]></attribute>
27             </attributes>
28           </point>
29           <point name="Jake" y="19000">
30             <attributes>
31               <attribute name="phone"><![CDATA[555-6790]]></attribute>
32             </attributes>
33           </point>
34           <point name="Peter" y="18000">
35             <attributes>
36               <attribute name="phone"><![CDATA[555-0112]]></attribute>
37             </attributes>
38           </point>
39         </series>
40       </data>
41       <chart_settings>
42         <title enabled="false" />
43         <axes>
44           <y_axis enabled="true" position="Opposite">
45             <scale minimum="0" />
46           </y_axis>
47           <x_axis enabled="true" />
48         </axes>
49       </chart_settings>
50     </chart>
51   </charts>
52 </anychart>