01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedBySeriesVertical">
08       <data_plot_settings default_series_type="Bar">
09         <bar_series group_padding="0.3">
10           <tooltip_settings enabled="True">
11             <background>
12               <border color="DarkColor(%Color)" />
13             </background>
14             <format><![CDATA[
15 Name: {%Name}
16 Value: {%YValue}{numDecimals:0}
17 Ratio: {%YPercentOfCategory}{numDecimals:1}%
18 ]]></format>
19           </tooltip_settings>
20           <bar_style>
21             <effects>
22               <bevel enabled="false" />
23             </effects>
24           </bar_style>
25         </bar_series>
26       </data_plot_settings>
27       <chart_settings>
28         <title enabled="true">
29           <text><![CDATA[Combination of Column, Cylinder, Pyramid and Cone Series]]></text>
30         </title>
31       </chart_settings>
32       <data>
33         <series name="Column" shape_type="Box">
34           <point name="P1" y="97" />
35           <point name="P2" y="84" />
36           <point name="P3" y="36" />
37         </series>
38         <series name="Cylinder" shape_type="Cylinder">
39           <point name="P1" y="43" />
40           <point name="P2" y="55" />
41           <point name="P3" y="99" />
42         </series>
43         <series name="Pyramid" shape_type="Pyramid">
44           <point name="P1" y="35" />
45           <point name="P2" y="56" />
46           <point name="P3" y="77" />
47         </series>
48         <series name="Cone" shape_type="Cone">
49           <point name="P1" y="23" />
50           <point name="P2" y="49" />
51           <point name="P3" y="76" />
52         </series>
53       </data>
54     </chart>
55   </charts>
56 </anychart>