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       </styles>
22       <data_plot_settings>
23         <bar_series style="style1">
24           <tooltip_settings enabled="True" />
25         </bar_series>
26       </data_plot_settings>
27       <data>
28         <series name="Year 2003">
29           <point name="Department Stores" y="637166" />
30           <point name="Discount Stores" y="721630" />
31           <point name="Men's/Women's Specialty Stores" y="148662" />
32           <point name="Juvenule Specialty Stores" y="78662" />
33           <point name="All other outlets" y="90000" />
34         </series>
35       </data>
36       <chart_settings>
37         <title enabled="false" />
38         <axes>
39           <y_axis position="Opposite">
40             <title>
41               <text><![CDATA[Sales]]></text>
42             </title>
43             <labels>
44               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
45             </labels>
46           </y_axis>
47           <x_axis>
48             <title>
49               <text><![CDATA[Retail Channel]]></text>
50             </title>
51             <labels align="Inside" />
52           </x_axis>
53         </axes>
54       </chart_settings>
55     </chart>
56   </charts>
57 </anychart>