| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <settings> | 
| 04 |     <animationenabled="True" /> | 
| 05 |   </settings> | 
| 06 |   <charts> | 
| 07 |     <chartplot_type="CategorizedVertical"> | 
| 08 |       <chart_settings> | 
| 09 |         <title> | 
| 10 |           <text><![CDATA[Single-Series: Range-Column Chart]]></text> | 
| 11 |           <backgroundenabled="false" /> | 
| 12 |         </title> | 
| 13 |       </chart_settings> | 
| 14 |       <data_plot_settingsdefault_series_type="RangeBar"> | 
| 15 |         <range_bar_seriesstyle="AquaLight"> | 
| 16 |           <bar_style> | 
| 17 |             <fillopacity="1" /> | 
| 18 |             <states> | 
| 19 |               <hovercolor="White" /> | 
| 20 |               <pushedcolor="Rgb(200,200,200)" /> | 
| 21 |               <selected_normal> | 
| 22 |                 <fillcolor="Blend(%Color,Black,0.1)" /> | 
| 23 |               </selected_normal> | 
| 24 |               <selected_hover> | 
| 25 |                 <fillcolor="Blend(DarkColor(%Color),White,0.2)" /> | 
| 26 |               </selected_hover> | 
| 27 |             </states> | 
| 28 |           </bar_style> | 
| 29 |           <start_point> | 
| 30 |             <tooltip_settingsenabled="True" /> | 
| 31 |           </start_point> | 
| 32 |           <end_point> | 
| 33 |             <tooltip_settingsenabled="True" /> | 
| 34 |           </end_point> | 
| 35 |         </range_bar_series> | 
| 36 |       </data_plot_settings> | 
| 37 |       <data> | 
| 38 |         <seriesname="Series 1"> | 
| 39 |           <pointstart="12"end="122" /> | 
| 40 |           <pointstart="24"end="152" /> | 
| 41 |           <pointstart="36"end="139" /> | 
| 42 |           <pointstart="42"end="142" /> | 
| 43 |           <pointstart="58"end="112" /> | 
| 44 |           <pointstart="42"end="122" /> | 
| 45 |           <pointstart="34"end="152" /> | 
| 46 |           <pointstart="56"end="139" /> | 
| 47 |           <pointstart="22"end="142" /> | 
| 48 |           <pointstart="48"end="112" /> | 
| 49 |           <pointstart="42"end="122" /> | 
| 50 |           <pointstart="34"end="152" /> | 
| 51 |           <pointstart="56"end="139" /> | 
| 52 |           <pointstart="22"end="142" /> | 
| 53 |           <pointstart="48"end="112" /> | 
| 54 |         </series> | 
| 55 |       </data> | 
| 56 |     </chart> | 
| 57 |   </charts> | 
| 58 | </anychart> |