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       <chart_settings>
09         <title>
10           <text><![CDATA[Single-Series: 3D Range-Column Chart]]></text>
11           <background enabled="false" />
12         </title>
13       </chart_settings>
14       <data_plot_settings default_series_type="RangeBar" enable_3d_mode="true">
15         <range_bar_series>
16           <bar_style>
17             <fill opacity="1" />
18             <states>
19               <hover color="White" />
20               <pushed color="Rgb(200,200,200)" />
21               <selected_normal>
22                 <fill color="Blend(%Color,Black,0.1)" />
23               </selected_normal>
24               <selected_hover>
25                 <fill color="Blend(DarkColor(%Color),White,0.2)" />
26               </selected_hover>
27             </states>
28           </bar_style>
29           <start_point>
30             <tooltip_settings enabled="True" />
31           </start_point>
32           <end_point>
33             <tooltip_settings enabled="True" />
34           </end_point>
35         </range_bar_series>
36       </data_plot_settings>
37       <data>
38         <series name="Series 1">
39           <point start="12" end="122" />
40           <point start="24" end="152" />
41           <point start="36" end="139" />
42           <point start="42" end="142" />
43           <point start="58" end="112" />
44           <point start="42" end="122" />
45           <point start="34" end="152" />
46           <point start="56" end="139" />
47           <point start="22" end="142" />
48           <point start="48" end="112" />
49           <point start="42" end="122" />
50           <point start="34" end="152" />
51           <point start="56" end="139" />
52           <point start="22" end="142" />
53           <point start="48" end="112" />
54         </series>
55       </data>
56     </chart>
57   </charts>
58 </anychart>