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[Dual Gauge]]></text>
11         </title>
12       </chart_settings>
13       <linear orientation="Vertical" x="0" width="50">
14         <axis size="40" position="70">
15           <major_tickmark align="Center" length="%AxisSize" />
16           <minor_tickmark align="Center" length="%AxisSize">
17             <border opacity="0.4" />
18           </minor_tickmark>
19           <scale_line enabled="false" />
20           <scale_bar>
21             <effects enabled="false" />
22           </scale_bar>
23         </axis>
24         <pointers>
25           <pointer type="Bar" value="57.1" color="#2AD62A">
26             <bar_pointer_style width="%AxisSize*0.7">
27               <effects enabled="true">
28                 <glow enabled="true" color="Black" />
29               </effects>
30             </bar_pointer_style>
31             <tooltip enabled="true">
32               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format>
33             </tooltip>
34             <animation enabled="true" start_time="0" duration="1" interpolation_type="Elastic" />
35           </pointer>
36         </pointers>
37       </linear>
38       <linear orientation="Vertical" x="50" width="50">
39         <axis size="40" position="30">
40           <major_tickmark align="Center" length="%AxisSize" />
41           <minor_tickmark align="Center" length="%AxisSize">
42             <border opacity="0.4" />
43           </minor_tickmark>
44           <labels align="Outside" />
45           <scale_line enabled="false" align="Outside" />
46           <scale_bar>
47             <effects enabled="false" />
48           </scale_bar>
49           <color_ranges>
50             <color_range start="60" end="100" align="Inside" start_size="10" end_size="10" padding="4.5">
51               <fill type="Gradient">
52                 <gradient angle="90">
53                   <key color="Red" opacity="1" />
54                   <key color="Red" opacity="0" />
55                 </gradient>
56               </fill>
57             </color_range>
58           </color_ranges>
59         </axis>
60         <pointers>
61           <pointer type="Bar" value="46.7" color="#1D8BD1">
62             <bar_pointer_style width="%AxisSize*0.7">
63               <effects enabled="true">
64                 <glow enabled="true" color="Black" />
65               </effects>
66             </bar_pointer_style>
67             <tooltip enabled="true">
68               <format><![CDATA[Value: {%Value}{numDecimals:1}]]></format>
69             </tooltip>
70             <animation enabled="true" start_time="0" duration="1" interpolation_type="Elastic" />
71           </pointer>
72         </pointers>
73       </linear>
74     </gauge>
75   </gauges>
76 </anychart>