| 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 |         <titleenabled="true"> | 
| 10 |           <text><![CDATA[Multi-Series: Multiple Y-Axes]]></text> | 
| 11 |         </title> | 
| 12 |         <axes> | 
| 13 |           <x_axis> | 
| 14 |             <titleenabled="true"> | 
| 15 |               <text><![CDATA[Arguments]]></text> | 
| 16 |             </title> | 
| 17 |           </x_axis> | 
| 18 |           <y_axis> | 
| 19 |             <titleenabled="true"> | 
| 20 |               <text><![CDATA[Primary Y-Axis]]></text> | 
| 21 |               <fontcolor="#135D8C" /> | 
| 22 |             </title> | 
| 23 |             <labelsalign="Inside"> | 
| 24 |               <fontcolor="#135D8C" /> | 
| 25 |             </labels> | 
| 26 |           </y_axis> | 
| 27 |           <extra> | 
| 28 |             <y_axisname="extra_y_axis_1"position="Right"> | 
| 29 |               <minor_gridenabled="false" /> | 
| 30 |               <major_gridenabled="false" /> | 
| 31 |               <titleenabled="true"> | 
| 32 |                 <text><![CDATA[Secondary Y-Axis]]></text> | 
| 33 |                 <fontcolor="#A4300B" /> | 
| 34 |               </title> | 
| 35 |               <labelsalign="Inside"> | 
| 36 |                 <fontcolor="#A4300B" /> | 
| 37 |               </labels> | 
| 38 |             </y_axis> | 
| 39 |           </extra> | 
| 40 |         </axes> | 
| 41 |       </chart_settings> | 
| 42 |       <data_plot_settingsdefault_series_type="Bar"> | 
| 43 |         <bar_seriespoint_padding="0.15"group_padding="0.5"> | 
| 44 |           <label_settingsenabled="true"rotation="90"> | 
| 45 |             <positionanchor="Center"valign="Center"halign="Center" /> | 
| 46 |             <backgroundenabled="false" /> | 
| 47 |             <fontcolor="White"bold="true"> | 
| 48 |               <effectsenabled="true"> | 
| 49 |                 <drop_shadowenabled="true"color="Black"opacity="0.3"distance="2" /> | 
| 50 |               </effects> | 
| 51 |             </font> | 
| 52 |             <format><![CDATA[{%YValue}{numDecimals:0}]]></format> | 
| 53 |           </label_settings> | 
| 54 |           <tooltip_settingsenabled="True"> | 
| 55 |             <format><![CDATA[Value: {%YValue}{numDecimals:2} | 
| 56 | Argument: {%Name} | 
| 57 | Axis: {%YAxisName}]]></format> | 
| 58 |             <background> | 
| 59 |               <bordercolor="DarkColor(%Color)" /> | 
| 60 |               <font> | 
| 61 |                 <effectsenabled="true"> | 
| 62 |                   <drop_shadowenabled="true"color="Black"opacity="1" /> | 
| 63 |                 </effects> | 
| 64 |               </font> | 
| 65 |             </background> | 
| 66 |             <fontcolor="DarkColor(%Color)" /> | 
| 67 |           </tooltip_settings> | 
| 68 |           <bar_style> | 
| 69 |             <states> | 
| 70 |               <normal> | 
| 71 |                 <fillcolor="%Color" /> | 
| 72 |                 <bordercolor="DarkColor(%Color)"thickness="1" /> | 
| 73 |               </normal> | 
| 74 |               <hover> | 
| 75 |                 <fillcolor="LightColor(%Color)" /> | 
| 76 |                 <borderthickness="2" /> | 
| 77 |               </hover> | 
| 78 |             </states> | 
| 79 |           </bar_style> | 
| 80 |         </bar_series> | 
| 81 |       </data_plot_settings> | 
| 82 |       <data> | 
| 83 |         <seriesname="Series 1"> | 
| 84 |           <pointname="P1"y="228.14" /> | 
| 85 |           <pointname="P2"y="212.61" /> | 
| 86 |           <pointname="P3"y="263.21" /> | 
| 87 |           <pointname="P4"y="329.98" /> | 
| 88 |           <pointname="P5"y="398.14" /> | 
| 89 |           <pointname="P6"y="112.61" /> | 
| 90 |           <pointname="P7"y="463.21" /> | 
| 91 |           <pointname="P8"y="399.98" /> | 
| 92 |         </series> | 
| 93 |         <seriesname="Series 2"y_axis="extra_y_axis_1"> | 
| 94 |           <pointname="P1"y="2790.54" /> | 
| 95 |           <pointname="P2"y="4104.19" /> | 
| 96 |           <pointname="P3"y="3250.67" /> | 
| 97 |           <pointname="P4"y="5720.43" /> | 
| 98 |           <pointname="P5"y="6298.54" /> | 
| 99 |           <pointname="P6"y="7104.19" /> | 
| 100 |           <pointname="P7"y="4898.67" /> | 
| 101 |           <pointname="P8"y="8120.43" /> | 
| 102 |         </series> | 
| 103 |       </data> | 
| 104 |     </chart> | 
| 105 |   </charts> | 
| 106 | </anychart> |