01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedBySeriesHorizontal">
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 Bar, Cylinder, Pyramid and Cone Series]]></text>
30         </title>
31         <axes>
32           <y_axis position="Opposite" />
33         </axes>
34       </chart_settings>
35       <data>
36         <series name="Bar" shape_type="Box">
37           <point name="P1" y="97" />
38           <point name="P2" y="84" />
39           <point name="P3" y="36" />
40         </series>
41         <series name="Cylinder" shape_type="Cylinder">
42           <point name="P1" y="43" />
43           <point name="P2" y="55" />
44           <point name="P3" y="99" />
45         </series>
46         <series name="Pyramid" shape_type="Pyramid">
47           <point name="P1" y="35" />
48           <point name="P2" y="56" />
49           <point name="P3" y="77" />
50         </series>
51         <series name="Cone" shape_type="Cone">
52           <point name="P1" y="23" />
53           <point name="P2" y="49" />
54           <point name="P3" y="76" />
55         </series>
56       </data>
57     </chart>
58   </charts>
59 </anychart>