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[Tank Gauge]]></text>
11         </title>
12       </chart_settings>
13       <linear orientation="Vertical">
14         <margin bottom="5" />
15         <axis size="60" position="60">
16           <scale_bar enabled="false" />
17           <major_tickmark length="4" />
18           <labels>
19             <format><![CDATA[{%Value}{numDecimals:0}%]]></format>
20           </labels>
21         </axis>
22         <pointers>
23           <pointer type="Tank" value="64" color="Magenta">
24             <label enabled="true">
25               <position placement_mode="ByPoint" x="60" y="103" valign="Center" />
26               <format><![CDATA[{%Value}{numDecimals:1}%]]></format>
27               <background>
28                 <effects enabled="false" />
29               </background>
30             </label>
31             <animation enabled="true" start_time="0" duration="0.3" interpolation_type="Circular" />
32           </pointer>
33         </pointers>
34       </linear>
35     </gauge>
36   </gauges>
37 </anychart>