01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedHorizontal">
08       <data_plot_settings default_series_type="Bar" enable_3d_mode="true" z_aspect="1.1">
09         <bar_series group_padding="0.5">
10           <tooltip_settings enabled="True">
11             <format><![CDATA[{%Name} - ${%YValue}{numDecimals:0}]]></format>
12           </tooltip_settings>
13         </bar_series>
14       </data_plot_settings>
15       <chart_settings>
16         <title enabled="true">
17           <text><![CDATA[Single-Series: with Simple Legend]]></text>
18         </title>
19         <legend enabled="true" position="Bottom" align="Spread" ignore_auto_item="true">
20           <format><![CDATA[{%Icon} {%Name} (${%YValue}{numDecimals:0})]]></format>
21           <template />
22           <title enabled="true">
23             <text><![CDATA[Products Sales]]></text>
24           </title>
25           <columns_separator enabled="false" />
26           <background>
27             <inside_margin left="10" right="10" />
28           </background>
29           <items>
30             <item source="Points" />
31           </items>
32         </legend>
33         <axes>
34           <y_axis position="Opposite">
35             <title enabled="False" />
36             <labels align="Inside">
37               <format><![CDATA[${%Value}{numDecimals:0}]]></format>
38             </labels>
39           </y_axis>
40           <x_axis>
41             <title enabled="false">
42               <text><![CDATA[Products]]></text>
43             </title>
44           </x_axis>
45         </axes>
46       </chart_settings>
47       <data>
48         <series name="Sales" palette="Default">
49           <point name="Product A" y="1222" />
50           <point name="Product B" y="2431" />
51           <point name="Product C" y="3624" />
52           <point name="Product D" y="5243" />
53           <point name="Product E" y="8813" />
54         </series>
55       </data>
56     </chart>
57   </charts>
58 </anychart>