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>
10           <text><![CDATA[Circular Gauge]]></text>
11         </title>
12       </chart_settings>
13       <circular name="Main">
14         <axis radius="50" start_angle="90" sweep_angle="270">
15           <scale minimum="0" maximum="100" major_interval="10" minor_interval="5" />
16           <labels>
17             <font family="Arial" bold="true" size="11" />
18           </labels>
19         </axis>
20         <frame type="Circular">
21           <inner_stroke thickness="2" />
22         </frame>
23         <pointers>
24           <pointer type="Needle" value="45">
25             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
26           </pointer>
27         </pointers>
28       </circular>
29       <circular name="Mini" parent="Main" x="15" y="55" width="30" height="30">
30         <axis radius="35" start_angle="0" sweep_angle="360">
31           <scale minimum="0" maximum="100" major_interval="10" minor_interval="5" />
32           <scale_bar width="15" />
33           <major_tickmark enabled="true" shape="Rectangle" width="5" length="10">
34             <fill enabled="true" color="#494949" />
35           </major_tickmark>
36           <minor_tickmark enabled="false" />
37           <labels enabled="true" align="Outside" padding="5" show_first="false">
38             <font family="Arial" bold="true" size="9" />
39           </labels>
40           <color_ranges>
41             <color_range start="68" end="100" start_size="0" end_size="20" align="Inside" padding="15">
42               <fill type="Gradient">
43                 <gradient>
44                   <key color="Green" />
45                   <key color="Yellow" />
46                   <key color="Red" />
47                 </gradient>
48               </fill>
49             </color_range>
50           </color_ranges>
51         </axis>
52         <frame enabled="false" />
53         <pointers>
54           <pointer type="Needle" value="71">
55             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
56           </pointer>
57         </pointers>
58       </circular>
59     </gauge>
60   </gauges>
61 </anychart>