| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <settings> | 
| 04 |     <animationenabled="true" /> | 
| 05 |   </settings> | 
| 06 |   <gauges> | 
| 07 |     <gauge> | 
| 08 |       <chart_settings> | 
| 09 |         <title> | 
| 10 |           <text><![CDATA[Dual Gauge]]></text> | 
| 11 |         </title> | 
| 12 |       </chart_settings> | 
| 13 |       <linearorientation="Horizontal"y="0"height="50"> | 
| 14 |         <axissize="40"position="70"> | 
| 15 |           <major_tickmarkalign="Center"length="%AxisSize" /> | 
| 16 |           <minor_tickmarkalign="Center"length="%AxisSize"> | 
| 17 |             <borderopacity="0.4" /> | 
| 18 |           </minor_tickmark> | 
| 19 |           <scale_lineenabled="false" /> | 
| 20 |           <scale_bar> | 
| 21 |             <effectsenabled="false" /> | 
| 22 |           </scale_bar> | 
| 23 |         </axis> | 
| 24 |         <pointers> | 
| 25 |           <pointertype="Bar"value="57.1"color="#2AD62A"> | 
| 26 |             <bar_pointer_stylewidth="%AxisSize*0.7"> | 
| 27 |               <effectsenabled="true"> | 
| 28 |                 <glowenabled="true"color="Black" /> | 
| 29 |               </effects> | 
| 30 |             </bar_pointer_style> | 
| 31 |             <tooltipenabled="true"> | 
| 32 |               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format> | 
| 33 |             </tooltip> | 
| 34 |             <animationenabled="true"start_time="0"duration="1"interpolation_type="Elastic" /> | 
| 35 |           </pointer> | 
| 36 |         </pointers> | 
| 37 |       </linear> | 
| 38 |       <linearorientation="Horizontal"y="50"height="50"> | 
| 39 |         <axissize="40"position="30"> | 
| 40 |           <major_tickmarkalign="Center"length="%AxisSize" /> | 
| 41 |           <minor_tickmarkalign="Center"length="%AxisSize"> | 
| 42 |             <borderopacity="0.4" /> | 
| 43 |           </minor_tickmark> | 
| 44 |           <labelsalign="Outside" /> | 
| 45 |           <scale_lineenabled="false"align="Outside" /> | 
| 46 |           <scale_bar> | 
| 47 |             <effectsenabled="false" /> | 
| 48 |           </scale_bar> | 
| 49 |           <color_ranges> | 
| 50 |             <color_rangestart="60"end="100"align="Inside"start_size="10"end_size="10"padding="4.5"> | 
| 51 |               <filltype="Gradient"> | 
| 52 |                 <gradientangle="180"> | 
| 53 |                   <keycolor="Red"opacity="1" /> | 
| 54 |                   <keycolor="Red"opacity="0" /> | 
| 55 |                 </gradient> | 
| 56 |               </fill> | 
| 57 |             </color_range> | 
| 58 |           </color_ranges> | 
| 59 |         </axis> | 
| 60 |         <pointers> | 
| 61 |           <pointertype="Bar"value="46.7"color="#1D8BD1"> | 
| 62 |             <bar_pointer_stylewidth="%AxisSize*0.7"> | 
| 63 |               <effectsenabled="true"> | 
| 64 |                 <glowenabled="true"color="Black" /> | 
| 65 |               </effects> | 
| 66 |             </bar_pointer_style> | 
| 67 |             <tooltipenabled="true"> | 
| 68 |               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format> | 
| 69 |             </tooltip> | 
| 70 |             <animationenabled="true"start_time="0"duration="1"interpolation_type="Elastic" /> | 
| 71 |           </pointer> | 
| 72 |         </pointers> | 
| 73 |       </linear> | 
| 74 |     </gauge> | 
| 75 |   </gauges> | 
| 76 | </anychart> |