| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <settings> | 
| 04 |     <animationenabled="True" /> | 
| 05 |   </settings> | 
| 06 |   <charts> | 
| 07 |     <chartplot_type="CategorizedHorizontal"> | 
| 08 |       <chart_settings> | 
| 09 |         <title> | 
| 10 |           <text><![CDATA[Multi-Series: 3D Range-Bar Chart]]></text> | 
| 11 |           <backgroundenabled="false" /> | 
| 12 |         </title> | 
| 13 |         <axes> | 
| 14 |           <y_axisposition="Right" /> | 
| 15 |         </axes> | 
| 16 |       </chart_settings> | 
| 17 |       <data_plot_settingsdefault_series_type="RangeBar"enable_3d_mode="True"> | 
| 18 |         <bar_seriespoint_padding="0" /> | 
| 19 |         <range_bar_series> | 
| 20 |           <bar_style> | 
| 21 |             <fillopacity="1" /> | 
| 22 |             <states> | 
| 23 |               <hovercolor="White" /> | 
| 24 |               <pushedcolor="Rgb(200,200,200)" /> | 
| 25 |               <selected_normal> | 
| 26 |                 <fillcolor="Blend(%Color,Black,0.1)" /> | 
| 27 |               </selected_normal> | 
| 28 |               <selected_hover> | 
| 29 |                 <fillcolor="Blend(DarkColor(%Color),White,0.2)" /> | 
| 30 |               </selected_hover> | 
| 31 |             </states> | 
| 32 |           </bar_style> | 
| 33 |           <start_point> | 
| 34 |             <tooltip_settingsenabled="True" /> | 
| 35 |           </start_point> | 
| 36 |           <end_point> | 
| 37 |             <tooltip_settingsenabled="True" /> | 
| 38 |           </end_point> | 
| 39 |         </range_bar_series> | 
| 40 |       </data_plot_settings> | 
| 41 |       <data> | 
| 42 |         <seriesname="Series 1"> | 
| 43 |           <pointname="P1"start="-12"end="122" /> | 
| 44 |           <pointname="P2"start="14"end="152" /> | 
| 45 |           <pointname="P3"start="27"end="139" /> | 
| 46 |           <pointname="P4"start="44"end="142" /> | 
| 47 |           <pointname="P5"start="31"end="112" /> | 
| 48 |         </series> | 
| 49 |         <seriesname="Series 2"> | 
| 50 |           <pointname="P1"start="12"end="171" /> | 
| 51 |           <pointname="P2"start="24"end="184" /> | 
| 52 |           <pointname="P3"start="36"end="193" /> | 
| 53 |           <pointname="P4"start="42"end="160" /> | 
| 54 |           <pointname="P5"start="58"end="155" /> | 
| 55 |         </series> | 
| 56 |         <seriesname="Series 3"> | 
| 57 |           <pointname="P1"start="12"end="210" /> | 
| 58 |           <pointname="P2"start="24"end="190" /> | 
| 59 |           <pointname="P3"start="36"end="234" /> | 
| 60 |           <pointname="P4"start="42"end="177" /> | 
| 61 |           <pointname="P5"start="58"end="181" /> | 
| 62 |         </series> | 
| 63 |       </data> | 
| 64 |     </chart> | 
| 65 |   </charts> | 
| 66 | </anychart> |