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="Horizontal">
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="Cyan">
24             <label enabled="true">
25               <position placement_mode="ByAnchor" anchor="Center" valign="Center" halign="Center" />
26               <format><![CDATA[{%Value}{numDecimals:1}%]]></format>
27               <background enabled="false" />
28             </label>
29             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
30           </pointer>
31         </pointers>
32       </linear>
33     </gauge>
34   </gauges>
35 </anychart>