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[Linear Gauge]]></text>
11         </title>
12       </chart_settings>
13       <linear>
14         <axis size="0" position="60">
15           <scale minimum="-8000" maximum="8000" major_interval="1000" minor_interval="250" />
16           <scale_bar enabled="false" />
17           <labels padding="5" />
18           <color_ranges>
19             <color_range start="-8000" end="8000" align="Outside" padding="0" start_size="8" end_size="8">
20               <fill type="Gradient">
21                 <gradient angle="90">
22                   <key color="Red" />
23                   <key color="Yellow" />
24                   <key color="Green" />
25                 </gradient>
26               </fill>
27               <border enabled="true" type="Solid" color="Black" opacity="0.4" />
28             </color_range>
29           </color_ranges>
30         </axis>
31         <pointers>
32           <pointer type="Marker" value="3567.34" color="#4662B0">
33             <tooltip enabled="true" />
34             <marker_pointer_style align="Outside" padding="5" width="10" height="10" />
35             <animation enabled="true" start_time="0" duration="1" interpolation_type="Elastic" />
36           </pointer>
37         </pointers>
38       </linear>
39     </gauge>
40   </gauges>
41 </anychart>