01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="true" />
05   </settings>
06   <gauges>
07     <gauge>
08       <chart_settings>
09         <title enabled="true">
10           <text><![CDATA[Simple Circular Gauge]]></text>
11         </title>
12       </chart_settings>
13       <circular name="main">
14         <axis radius="47" start_angle="20" sweep_angle="320">
15           <scale minimum="0" maximum="200" major_interval="20" minor_interval="5" />
16           <color_ranges>
17             <color_range start="160" end="200" start_size="0" end_size="15" align="Inside" padding="35">
18               <fill type="Gradient">
19                 <gradient>
20                   <key color="Green" />
21                   <key color="Yellow" />
22                   <key color="Red" />
23                 </gradient>
24               </fill>
25               <border enabled="true" color="Gray" opacity="0.3" />
26             </color_range>
27           </color_ranges>
28         </axis>
29         <pointers>
30           <pointer type="Needle" value="147.2">
31             <label enabled="true" under_pointers="true">
32               <position placement_mode="ByPoint" x="50" y="35" valign="Center" halign="Center" />
33               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format>
34               <background enabled="true">
35                 <fill type="Gradient" angle="90">
36                   <key color="Rgb(200,200,200)" />
37                   <key color="Rgb(255,255,255)" />
38                   <key color="Rgb(200,200,200)" />
39                 </fill>
40                 <border enabled="true" color="Gray" opacity="0.8" />
41                 <effects enabled="true">
42                   <inner_shadow enabled="true" distance="2" blur_x="2" blur_y="2" opacity="0.3" />
43                   <drop_shadow enabled="false" />
44                 </effects>
45                 <corners type="Rounded" all="5" />
46               </background>
47             </label>
48             <animation enabled="true" start_time="0" duration="1" interpolation_type="Elastic" />
49           </pointer>
50         </pointers>
51       </circular>
52     </gauge>
53   </gauges>
54 </anychart>