| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <dashboard> | 
| 04 |     <viewtype="Dashboard"> | 
| 05 |       <titlepadding="2"> | 
| 06 |         <text><![CDATA[Multiple Drill-Down 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="mainChart"width="100%"height="100%" /> | 
| 16 |         </hbox> | 
| 17 |         <hboxwidth="100%"height="50%"> | 
| 18 |           <marginall="0" /> | 
| 19 |           <viewname="q12View"type="Chart"source="q12Chart2003"width="50%"height="100%" /> | 
| 20 |           <viewname="q34View"type="Chart"source="q34Chart2003"width="50%"height="100%" /> | 
| 21 |         </hbox> | 
| 22 |       </vbox> | 
| 23 |     </view> | 
| 24 |   </dashboard> | 
| 25 |   <templates> | 
| 26 |     <templatename="baseTemplate"> | 
| 27 |       <chart> | 
| 28 |         <chart_settings> | 
| 29 |           <chart_background> | 
| 30 |             <bordertype="Solid"color="#CCCCCC"thickness="1" /> | 
| 31 |             <cornerstype="Square" /> | 
| 32 |             <effectsenabled="false" /> | 
| 33 |             <inside_marginall="10"top="5" /> | 
| 34 |           </chart_background> | 
| 35 |           <titleenabled="true"position="Bottom" /> | 
| 36 |         </chart_settings> | 
| 37 |         <data_plot_settings> | 
| 38 |           <pie_series> | 
| 39 |             <label_settingsenabled="True"mode="Outside"multi_line_align="Center"> | 
| 40 |               <positionhalign="Center"valign="Center"padding="8" /> | 
| 41 |               <format><![CDATA[{%Name}, {%Value}]]></format> | 
| 42 |               <fontbold="False" /> | 
| 43 |             </label_settings> | 
| 44 |             <connectorenabled="True"opacity="0.3" /> | 
| 45 |             <tooltip_settingsenabled="True"> | 
| 46 |               <format><![CDATA[{%Name} - {%Value}]]></format> | 
| 47 |             </tooltip_settings> | 
| 48 |           </pie_series> | 
| 49 |         </data_plot_settings> | 
| 50 |       </chart> | 
| 51 |     </template> | 
| 52 |   </templates> | 
| 53 |   <charts> | 
| 54 |     <chartname="mainChart"plot_type="CategorizedVertical"> | 
| 55 |       <chart_settings> | 
| 56 |         <titleenabled="False"align="Left"align_by="DataPlot"padding="0"> | 
| 57 |           <text><![CDATA[Select a column to Drill-Down]]></text> | 
| 58 |         </title> | 
| 59 |         <chart_background> | 
| 60 |           <bordertype="Solid"color="#CCCCCC"thickness="1" /> | 
| 61 |           <cornerstype="Square" /> | 
| 62 |           <effectsenabled="false" /> | 
| 63 |           <inside_marginall="10"top="5" /> | 
| 64 |         </chart_background> | 
| 65 |         <axes> | 
| 66 |           <y_axisposition="Left"> | 
| 67 |             <titleenabled="False" /> | 
| 68 |             <scaletype="Logarithmic"logarithmic_base="20"minimum="1" /> | 
| 69 |           </y_axis> | 
| 70 |           <x_axis> | 
| 71 |             <titleenabled="False" /> | 
| 72 |           </x_axis> | 
| 73 |         </axes> | 
| 74 |       </chart_settings> | 
| 75 |       <data_plot_settings> | 
| 76 |         <bar_seriesgroup_padding="0.3"> | 
| 77 |           <marker_settingsenabled="true"color="Gold"> | 
| 78 |             <markertype="None"size="10" /> | 
| 79 |             <states> | 
| 80 |               <hover> | 
| 81 |                 <markertype="Circle" /> | 
| 82 |                 <borderthickness="2" /> | 
| 83 |               </hover> | 
| 84 |               <pushed> | 
| 85 |                 <markertype="Circle"size="6" /> | 
| 86 |                 <borderthickness="2" /> | 
| 87 |               </pushed> | 
| 88 |               <selected_normal> | 
| 89 |                 <markertype="Star5"size="16" /> | 
| 90 |                 <borderthickness="1" /> | 
| 91 |               </selected_normal> | 
| 92 |               <selected_hover> | 
| 93 |                 <markertype="Star5"size="12" /> | 
| 94 |                 <borderthickness="1" /> | 
| 95 |               </selected_hover> | 
| 96 |             </states> | 
| 97 |           </marker_settings> | 
| 98 |           <tooltip_settingsenabled="true"> | 
| 99 |             <positionanchor="CenterTop"padding="10" /> | 
| 100 |             <background> | 
| 101 |               <bordercolor="DarkColor(Gold)"thickness="1" /> | 
| 102 |             </background> | 
| 103 |           </tooltip_settings> | 
| 104 |         </bar_series> | 
| 105 |       </data_plot_settings> | 
| 106 |       <data> | 
| 107 |         <series> | 
| 108 |           <pointname="2003"y="15"selected="True"> | 
| 109 |             <actions> | 
| 110 |               <actiontype="UpdateView"view="q12View"source="q12Chart2003"source_mode="InternalData" /> | 
| 111 |               <actiontype="UpdateView"view="q34View"source="q34Chart2003"source_mode="InternalData" /> | 
| 112 |             </actions> | 
| 113 |           </point> | 
| 114 |           <pointname="2004"y="180"> | 
| 115 |             <actions> | 
| 116 |               <actiontype="UpdateView"view="q12View"source="q12Chart2004"source_mode="InternalData" /> | 
| 117 |               <actiontype="UpdateView"view="q34View"source="q34Chart2004"source_mode="InternalData" /> | 
| 118 |             </actions> | 
| 119 |           </point> | 
| 120 |           <pointname="2005"y="220"> | 
| 121 |             <actions> | 
| 122 |               <actiontype="UpdateView"view="q12View"source="q12Chart2005"source_mode="InternalData" /> | 
| 123 |               <actiontype="UpdateView"view="q34View"source="q34Chart2005"source_mode="InternalData" /> | 
| 124 |             </actions> | 
| 125 |           </point> | 
| 126 |           <pointname="2006"y="1341"> | 
| 127 |             <actions> | 
| 128 |               <actiontype="UpdateView"view="q12View"source="q12Chart2006"source_mode="InternalData" /> | 
| 129 |               <actiontype="UpdateView"view="q34View"source="q34Chart2006"source_mode="InternalData" /> | 
| 130 |             </actions> | 
| 131 |           </point> | 
| 132 |         </series> | 
| 133 |       </data> | 
| 134 |     </chart> | 
| 135 |     <chartname="q12Chart2003"template="baseTemplate"plot_type="Pie"> | 
| 136 |       <chart_settings> | 
| 137 |         <title> | 
| 138 |           <text><![CDATA[2003 Q1-Q2]]></text> | 
| 139 |         </title> | 
| 140 |       </chart_settings> | 
| 141 |       <data> | 
| 142 |         <series> | 
| 143 |           <pointname="P1"y="16" /> | 
| 144 |           <pointname="P2"y="22" /> | 
| 145 |           <pointname="P3"y="14" /> | 
| 146 |           <pointname="P4"y="35" /> | 
| 147 |         </series> | 
| 148 |       </data> | 
| 149 |     </chart> | 
| 150 |     <chartname="q34Chart2003"template="baseTemplate"plot_type="Pie"> | 
| 151 |       <chart_settings> | 
| 152 |         <title> | 
| 153 |           <text><![CDATA[2003 Q3-Q4]]></text> | 
| 154 |         </title> | 
| 155 |       </chart_settings> | 
| 156 |       <data> | 
| 157 |         <series> | 
| 158 |           <pointname="P1"y="8" /> | 
| 159 |           <pointname="P2"y="11" /> | 
| 160 |           <pointname="P3"y="9" /> | 
| 161 |           <pointname="P4"y="5" /> | 
| 162 |         </series> | 
| 163 |       </data> | 
| 164 |     </chart> | 
| 165 |     <chartname="q12Chart2004"template="baseTemplate"plot_type="Pie"> | 
| 166 |       <chart_settings> | 
| 167 |         <title> | 
| 168 |           <text><![CDATA[2004 Q1-Q2]]></text> | 
| 169 |         </title> | 
| 170 |       </chart_settings> | 
| 171 |       <data> | 
| 172 |         <series> | 
| 173 |           <pointname="P1"y="88" /> | 
| 174 |           <pointname="P2"y="76" /> | 
| 175 |           <pointname="P3"y="35" /> | 
| 176 |           <pointname="P4"y="40" /> | 
| 177 |         </series> | 
| 178 |       </data> | 
| 179 |     </chart> | 
| 180 |     <chartname="q34Chart2004"template="baseTemplate"plot_type="Pie"> | 
| 181 |       <chart_settings> | 
| 182 |         <title> | 
| 183 |           <text><![CDATA[2004 Q3-Q4]]></text> | 
| 184 |         </title> | 
| 185 |       </chart_settings> | 
| 186 |       <data> | 
| 187 |         <series> | 
| 188 |           <pointname="P1"y="120" /> | 
| 189 |           <pointname="P2"y="99" /> | 
| 190 |           <pointname="P3"y="12" /> | 
| 191 |           <pointname="P4"y="21" /> | 
| 192 |         </series> | 
| 193 |       </data> | 
| 194 |     </chart> | 
| 195 |     <chartname="q12Chart2005"template="baseTemplate"plot_type="Pie"> | 
| 196 |       <chart_settings> | 
| 197 |         <title> | 
| 198 |           <text><![CDATA[2005 Q1-Q2]]></text> | 
| 199 |         </title> | 
| 200 |       </chart_settings> | 
| 201 |       <data> | 
| 202 |         <series> | 
| 203 |           <pointname="P1"y="121" /> | 
| 204 |           <pointname="P2"y="99" /> | 
| 205 |           <pointname="P3"y="56" /> | 
| 206 |           <pointname="P4"y="80" /> | 
| 207 |         </series> | 
| 208 |       </data> | 
| 209 |     </chart> | 
| 210 |     <chartname="q34Chart2005"template="baseTemplate"plot_type="Pie"> | 
| 211 |       <chart_settings> | 
| 212 |         <title> | 
| 213 |           <text><![CDATA[2005 Q3-Q4]]></text> | 
| 214 |         </title> | 
| 215 |       </chart_settings> | 
| 216 |       <data> | 
| 217 |         <series> | 
| 218 |           <pointname="P1"y="76" /> | 
| 219 |           <pointname="P2"y="120" /> | 
| 220 |           <pointname="P3"y="98" /> | 
| 221 |           <pointname="P4"y="140" /> | 
| 222 |         </series> | 
| 223 |       </data> | 
| 224 |     </chart> | 
| 225 |     <chartname="q12Chart2006"template="baseTemplate"plot_type="Pie"> | 
| 226 |       <chart_settings> | 
| 227 |         <title> | 
| 228 |           <text><![CDATA[2006 Q1-Q2]]></text> | 
| 229 |         </title> | 
| 230 |       </chart_settings> | 
| 231 |       <data> | 
| 232 |         <series> | 
| 233 |           <pointname="P1"y="131" /> | 
| 234 |           <pointname="P2"y="59" /> | 
| 235 |           <pointname="P3"y="125" /> | 
| 236 |           <pointname="P4"y="150" /> | 
| 237 |         </series> | 
| 238 |       </data> | 
| 239 |     </chart> | 
| 240 |     <chartname="q34Chart2006"template="baseTemplate"plot_type="Pie"> | 
| 241 |       <chart_settings> | 
| 242 |         <title> | 
| 243 |           <text><![CDATA[2006 Q3-Q4]]></text> | 
| 244 |         </title> | 
| 245 |       </chart_settings> | 
| 246 |       <data> | 
| 247 |         <series> | 
| 248 |           <pointname="P1"y="176" /> | 
| 249 |           <pointname="P2"y="220" /> | 
| 250 |           <pointname="P3"y="59" /> | 
| 251 |           <pointname="P4"y="110" /> | 
| 252 |         </series> | 
| 253 |       </data> | 
| 254 |     </chart> | 
| 255 |   </charts> | 
| 256 | </anychart> |