| 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[Tank Gauge]]></text> | 
| 11 |         </title> | 
| 12 |       </chart_settings> | 
| 13 |       <linearorientation="Horizontal"> | 
| 14 |         <marginbottom="5" /> | 
| 15 |         <axissize="60"position="60"> | 
| 16 |           <scale_barenabled="false" /> | 
| 17 |           <major_tickmarklength="4" /> | 
| 18 |           <labels> | 
| 19 |             <format><![CDATA[{%Value}{numDecimals:0}%]]></format> | 
| 20 |           </labels> | 
| 21 |         </axis> | 
| 22 |         <pointers> | 
| 23 |           <pointertype="Tank"value="64"color="Cyan"> | 
| 24 |             <labelenabled="true"> | 
| 25 |               <positionplacement_mode="ByAnchor"anchor="Center"valign="Center"halign="Center" /> | 
| 26 |               <format><![CDATA[{%Value}{numDecimals:1}%]]></format> | 
| 27 |               <backgroundenabled="false" /> | 
| 28 |             </label> | 
| 29 |             <animationenabled="true"start_time="0"duration="0.4"interpolation_type="Cubic" /> | 
| 30 |           </pointer> | 
| 31 |         </pointers> | 
| 32 |       </linear> | 
| 33 |     </gauge> | 
| 34 |   </gauges> | 
| 35 | </anychart> |