| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <dashboard> | 
| 04 |     <viewtype="Dashboard"> | 
| 05 |       <titlepadding="2"> | 
| 06 |         <text><![CDATA[Multiple Pies in Dashboard Mode]]></text> | 
| 07 |       </title> | 
| 08 |       <background> | 
| 09 |         <inside_marginall="3"top="10" /> | 
| 10 |       </background> | 
| 11 |       <vboxwidth="100%"height="100%"> | 
| 12 |         <marginall="0" /> | 
| 13 |         <hboxwidth="100%"height="50%"> | 
| 14 |           <marginall="0" /> | 
| 15 |           <viewtype="Chart"source="Chart1"width="50%"height="100%" /> | 
| 16 |           <viewtype="Chart"source="Chart2"width="50%"height="100%" /> | 
| 17 |         </hbox> | 
| 18 |         <hboxwidth="100%"height="50%"> | 
| 19 |           <marginall="0" /> | 
| 20 |           <viewtype="Chart"source="Chart3"width="50%"height="100%" /> | 
| 21 |           <viewtype="Chart"source="Chart4"width="50%"height="100%" /> | 
| 22 |         </hbox> | 
| 23 |       </vbox> | 
| 24 |     </view> | 
| 25 |   </dashboard> | 
| 26 |   <templates> | 
| 27 |     <templatename="baseTemplate"> | 
| 28 |       <chart> | 
| 29 |         <chart_settings> | 
| 30 |           <chart_background> | 
| 31 |             <bordertype="Solid"color="#CCCCCC"thickness="1" /> | 
| 32 |             <cornerstype="Square" /> | 
| 33 |             <effectsenabled="false" /> | 
| 34 |             <inside_marginall="10"top="5" /> | 
| 35 |           </chart_background> | 
| 36 |           <titleenabled="false" /> | 
| 37 |         </chart_settings> | 
| 38 |         <data_plot_settings> | 
| 39 |           <pie_series> | 
| 40 |             <label_settingsenabled="True"mode="Outside"multi_line_align="Center"> | 
| 41 |               <positionhalign="Center"valign="Center"padding="8" /> | 
| 42 |               <format><![CDATA[{%Name}, {%Value}]]></format> | 
| 43 |               <fontbold="False" /> | 
| 44 |             </label_settings> | 
| 45 |             <connectorenabled="True"opacity="0.3" /> | 
| 46 |             <tooltip_settingsenabled="True"> | 
| 47 |               <format><![CDATA[{%Name} - {%Value}]]></format> | 
| 48 |             </tooltip_settings> | 
| 49 |           </pie_series> | 
| 50 |         </data_plot_settings> | 
| 51 |       </chart> | 
| 52 |     </template> | 
| 53 |   </templates> | 
| 54 |   <charts> | 
| 55 |     <chartname="Chart1"template="baseTemplate"plot_type="Pie"> | 
| 56 |       <data> | 
| 57 |         <series> | 
| 58 |           <pointname="P1"y="16" /> | 
| 59 |           <pointname="P2"y="22" /> | 
| 60 |           <pointname="P3"y="14" /> | 
| 61 |           <pointname="P4"y="35" /> | 
| 62 |         </series> | 
| 63 |       </data> | 
| 64 |     </chart> | 
| 65 |     <chartname="Chart2"template="baseTemplate"plot_type="Pie"> | 
| 66 |       <data> | 
| 67 |         <series> | 
| 68 |           <pointname="P1"y="8" /> | 
| 69 |           <pointname="P2"y="11" /> | 
| 70 |           <pointname="P3"y="9" /> | 
| 71 |           <pointname="P4"y="5" /> | 
| 72 |         </series> | 
| 73 |       </data> | 
| 74 |     </chart> | 
| 75 |     <chartname="Chart3"template="baseTemplate"plot_type="Pie"> | 
| 76 |       <data> | 
| 77 |         <series> | 
| 78 |           <pointname="P1"y="88" /> | 
| 79 |           <pointname="P2"y="76" /> | 
| 80 |           <pointname="P3"y="35" /> | 
| 81 |           <pointname="P4"y="40" /> | 
| 82 |         </series> | 
| 83 |       </data> | 
| 84 |     </chart> | 
| 85 |     <chartname="Chart4"template="baseTemplate"plot_type="Pie"> | 
| 86 |       <data> | 
| 87 |         <series> | 
| 88 |           <pointname="P1"y="120" /> | 
| 89 |           <pointname="P2"y="99" /> | 
| 90 |           <pointname="P3"y="12" /> | 
| 91 |           <pointname="P4"y="21" /> | 
| 92 |         </series> | 
| 93 |       </data> | 
| 94 |     </chart> | 
| 95 |   </charts> | 
| 96 | </anychart> |