| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <settings> | 
| 04 |     <animationenabled="true" /> | 
| 05 |   </settings> | 
| 06 |   <templates> | 
| 07 |     <templatename="gaugeTemplates"> | 
| 08 |       <gauge> | 
| 09 |         <circular_templatename="predefined"> | 
| 10 |           <marginall="3" /> | 
| 11 |           <styles> | 
| 12 |             <needle_pointer_stylename="small"thickness="7"> | 
| 13 |               <capradius="5"> | 
| 14 |                 <background> | 
| 15 |                   <filltype="Solid"color="Rgb(220,220,220)" /> | 
| 16 |                   <borderenabled="false" /> | 
| 17 |                 </background> | 
| 18 |                 <inner_strokeenabled="true"thickness="4"> | 
| 19 |                   <fillcolor="Rgb(150,150,150)" /> | 
| 20 |                 </inner_stroke> | 
| 21 |               </cap> | 
| 22 |             </needle_pointer_style> | 
| 23 |           </styles> | 
| 24 |           <axisstart_angle="180"sweep_angle="90"> | 
| 25 |             <scaleminimum="-20"maximum="20"major_interval="10" /> | 
| 26 |             <scale_barenabled="false" /> | 
| 27 |             <scale_lineenabled="true"color="#494949"opacity="0.3" /> | 
| 28 |           </axis> | 
| 29 |           <frameenabled="true"padding="20"> | 
| 30 |             <inner_strokeenabled="false" /> | 
| 31 |             <outer_strokeenabled="false" /> | 
| 32 |             <background> | 
| 33 |               <borderenabled="true"color="#494949"opacity="0.3"thickness="2" /> | 
| 34 |               <filltype="Solid"color="White" /> | 
| 35 |             </background> | 
| 36 |             <effectsenabled="true" /> | 
| 37 |           </frame> | 
| 38 |           <pointers> | 
| 39 |             <labelenabled="true"> | 
| 40 |               <fontcolor="#494949" /> | 
| 41 |               <format><![CDATA[{%Value}{numDecimals:1}]]></format> | 
| 42 |               <positionplacement_mode="ByPoint"x="51"y="95" /> | 
| 43 |               <backgroundenabled="false" /> | 
| 44 |             </label> | 
| 45 |             <tooltipenabled="true"> | 
| 46 |               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format> | 
| 47 |               <fontbold="true" /> | 
| 48 |             </tooltip> | 
| 49 |           </pointers> | 
| 50 |         </circular_template> | 
| 51 |       </gauge> | 
| 52 |     </template> | 
| 53 |   </templates> | 
| 54 |   <gauges> | 
| 55 |     <gaugetemplate="gaugeTemplates"> | 
| 56 |       <chart_settings> | 
| 57 |         <title> | 
| 58 |           <text><![CDATA[Multiple Circular Gauges]]></text> | 
| 59 |         </title> | 
| 60 |       </chart_settings> | 
| 61 |       <circulartemplate="predefined"x="0"y="0"width="25"height="33.3"> | 
| 62 |         <pointers> | 
| 63 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 64 |           <pointertype="Needle"value="9.5"style="small"color="#4DBC4D" /> | 
| 65 |         </pointers> | 
| 66 |       </circular> | 
| 67 |       <circulartemplate="predefined"x="25"y="0"width="25"height="33.3"> | 
| 68 |         <pointers> | 
| 69 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 70 |           <pointertype="Needle"value="-7.2"style="small"color="#BC3434" /> | 
| 71 |         </pointers> | 
| 72 |       </circular> | 
| 73 |       <circulartemplate="predefined"x="50"y="0"width="25"height="33.3"> | 
| 74 |         <pointers> | 
| 75 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 76 |           <pointertype="Needle"value="-18.7"style="small"color="#BC3434" /> | 
| 77 |         </pointers> | 
| 78 |       </circular> | 
| 79 |       <circulartemplate="predefined"x="75"y="0"width="25"height="33.3"> | 
| 80 |         <pointers> | 
| 81 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 82 |           <pointertype="Needle"value="0"style="small"color="#DFE04B" /> | 
| 83 |         </pointers> | 
| 84 |       </circular> | 
| 85 |       <circulartemplate="predefined"x="0"y="33.3"width="25"height="33.3"> | 
| 86 |         <pointers> | 
| 87 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 88 |           <pointertype="Needle"value="16.5"style="small"color="#4DBC4D" /> | 
| 89 |         </pointers> | 
| 90 |       </circular> | 
| 91 |       <circulartemplate="predefined"x="25"y="33.3"width="25"height="33.3"> | 
| 92 |         <pointers> | 
| 93 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 94 |           <pointertype="Needle"value="0"style="small"color="#DFE04B" /> | 
| 95 |         </pointers> | 
| 96 |       </circular> | 
| 97 |       <circulartemplate="predefined"x="50"y="33.3"width="25"height="33.3"> | 
| 98 |         <pointers> | 
| 99 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 100 |           <pointertype="Needle"value="-12.4"style="small"color="#BC3434" /> | 
| 101 |         </pointers> | 
| 102 |       </circular> | 
| 103 |       <circulartemplate="predefined"x="75"y="33.3"width="25"height="33.3"> | 
| 104 |         <pointers> | 
| 105 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 106 |           <pointertype="Needle"value="4.5"style="small"color="#4DBC4D" /> | 
| 107 |         </pointers> | 
| 108 |       </circular> | 
| 109 |       <circulartemplate="predefined"x="0"y="66.6"width="25"height="33.3"> | 
| 110 |         <pointers> | 
| 111 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 112 |           <pointertype="Needle"value="-9.2"style="small"color="#BC3434" /> | 
| 113 |         </pointers> | 
| 114 |       </circular> | 
| 115 |       <circulartemplate="predefined"x="25"y="66.6"width="25"height="33.3"> | 
| 116 |         <pointers> | 
| 117 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 118 |           <pointertype="Needle"value="17.2"style="small"color="#4DBC4D" /> | 
| 119 |         </pointers> | 
| 120 |       </circular> | 
| 121 |       <circulartemplate="predefined"x="50"y="66.6"width="25"height="33.3"> | 
| 122 |         <pointers> | 
| 123 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 124 |           <pointertype="Needle"value="0"style="small"color="#DFE04B" /> | 
| 125 |         </pointers> | 
| 126 |       </circular> | 
| 127 |       <circulartemplate="predefined"x="75"y="66.6"width="25"height="33.3"> | 
| 128 |         <pointers> | 
| 129 |           <animationenabled="true"start_time="0"duration="0.2"interpolation_type="Cubic" /> | 
| 130 |           <pointertype="Needle"value="-4.1"style="small"color="#BC3434" /> | 
| 131 |         </pointers> | 
| 132 |       </circular> | 
| 133 |     </gauge> | 
| 134 |   </gauges> | 
| 135 | </anychart> |