01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedVertical">
08       <data_plot_settings default_series_type="Area">
09         <area_series interpolation_mode="Sharp">
10           <area_style>
11             <line enabled="true" color="DarkColor(%Color)" thickness="1" />
12           </area_style>
13           <tooltip_settings enabled="True">
14             <format><![CDATA[{%Name} - ${%YValue}]]></format>
15           </tooltip_settings>
16           <marker_settings enabled="True" />
17         </area_series>
18       </data_plot_settings>
19       <chart_settings>
20         <title enabled="true">
21           <text><![CDATA[Single-Series: Area with Simple Legend]]></text>
22         </title>
23         <legend enabled="true" position="Bottom" align="Spread" padding="5" ignore_auto_item="true">
24           <format><![CDATA[{%Icon} {%Name} (${%YValue})]]></format>
25           <template />
26           <title enabled="true">
27             <text><![CDATA[Products Sales]]></text>
28           </title>
29           <columns_separator enabled="false" />
30           <background>
31             <inside_margin left="10" right="10" />
32           </background>
33           <items>
34             <item source="Points" />
35           </items>
36         </legend>
37         <axes>
38           <y_axis>
39             <title>
40               <text><![CDATA[Sales (in USD)]]></text>
41             </title>
42             <labels align="Inside">
43               <format><![CDATA[${%Value}]]></format>
44             </labels>
45           </y_axis>
46           <x_axis tickmarks_placement="Center">
47             <title enabled="false">
48               <text><![CDATA[Products]]></text>
49             </title>
50           </x_axis>
51         </axes>
52       </chart_settings>
53       <data>
54         <series name="Series 1" palette="Default">
55           <point name="Product A" y="1222" />
56           <point name="Product B" y="2431" />
57           <point name="Product C" y="3624" />
58           <point name="Product D" y="5243" />
59           <point name="Product E" y="8813" />
60           <point name="Product F" y="2322" />
61           <point name="Product G" y="5067" />
62         </series>
63       </data>
64     </chart>
65   </charts>
66 </anychart>