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[Spectrum]]></text>
11         </title>
12       </chart_settings>
13       <linear orientation="Vertical">
14         <axis size="15" start_margin="3" end_margin="3">
15           <labels>
16             <format><![CDATA[{%Value}{numDecimals:0}°]]></format>
17           </labels>
18           <scale minimum="0" maximum="360" major_interval="30" minor_interval="10" />
19           <scale_bar>
20             <fill type="Gradient">
21               <gradient angle="270">
22                 <key color="Hsb(0,82,87)" />
23                 <key color="Hsb(30,82,87)" />
24                 <key color="Hsb(60,82,87)" />
25                 <key color="Hsb(90,82,87)" />
26                 <key color="Hsb(120,82,87)" />
27                 <key color="Hsb(150,82,87)" />
28                 <key color="Hsb(180,82,87)" />
29                 <key color="Hsb(210,82,87)" />
30                 <key color="Hsb(240,82,87)" />
31                 <key color="Hsb(270,82,87)" />
32                 <key color="Hsb(300,82,87)" />
33                 <key color="Hsb(330,82,87)" />
34                 <key color="Hsb(360,82,87)" />
35               </gradient>
36             </fill>
37           </scale_bar>
38         </axis>
39         <pointers>
40           <tooltip enabled="True">
41             <format><![CDATA[Hue - {%Value}{numDecimals:0}°]]></format>
42             <font bold="true" />
43           </tooltip>
44           <pointer type="Marker" value="0" color="Hsb(0,82,87)">
45             <marker_pointer_style align="Outside" />
46             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
47           </pointer>
48           <pointer type="Marker" value="30" color="Hsb(30,82,87)">
49             <marker_pointer_style align="Outside" />
50             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
51           </pointer>
52           <pointer type="Marker" value="60" color="Hsb(60,82,87)">
53             <marker_pointer_style align="Outside" />
54             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
55           </pointer>
56           <pointer type="Marker" value="90" color="Hsb(90,82,87)">
57             <marker_pointer_style align="Outside" />
58             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
59           </pointer>
60           <pointer type="Marker" value="120" color="Hsb(120,82,87)">
61             <marker_pointer_style align="Outside" />
62             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
63           </pointer>
64           <pointer type="Marker" value="150" color="Hsb(150,82,87)">
65             <marker_pointer_style align="Outside" />
66             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
67           </pointer>
68           <pointer type="Marker" value="180" color="Hsb(180,82,87)">
69             <marker_pointer_style align="Outside" />
70             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
71           </pointer>
72           <pointer type="Marker" value="210" color="Hsb(210,82,87)">
73             <marker_pointer_style align="Outside" />
74             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
75           </pointer>
76           <pointer type="Marker" value="240" color="Hsb(240,82,87)">
77             <marker_pointer_style align="Outside" />
78             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
79           </pointer>
80           <pointer type="Marker" value="270" color="Hsb(270,82,87)">
81             <marker_pointer_style align="Outside" />
82             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
83           </pointer>
84           <pointer type="Marker" value="300" color="Hsb(300,82,87)">
85             <marker_pointer_style align="Outside" />
86             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
87           </pointer>
88           <pointer type="Marker" value="330" color="Hsb(330,82,87)">
89             <marker_pointer_style align="Outside" />
90             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
91           </pointer>
92           <pointer type="Marker" value="360" color="Hsb(360,82,87)">
93             <marker_pointer_style align="Outside" />
94             <animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" />
95           </pointer>
96         </pointers>
97       </linear>
98     </gauge>
99   </gauges>
100 </anychart>