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       <circular>
14         <axis radius="43" size="10" start_angle="0" sweep_angle="360">
15           <labels show_last="false" padding="10">
16             <format><![CDATA[{%Value}{numDecimals:0}°]]></format>
17           </labels>
18           <scale minimum="0" maximum="360" major_interval="30" minor_interval="10" />
19           <scale_bar enabled="false" />
20           <major_tickmark align="Inside" />
21           <minor_tickmark align="Inside" />
22           <color_ranges>
23             <color_range start="0" end="360" start_size="10" end_size="10" align="Center">
24               <fill type="Gradient">
25                 <gradient angle="270">
26                   <key color="Hsb(0,82,87)" />
27                   <key color="Hsb(30,82,87)" />
28                   <key color="Hsb(60,82,87)" />
29                   <key color="Hsb(90,82,87)" />
30                   <key color="Hsb(120,82,87)" />
31                   <key color="Hsb(150,82,87)" />
32                   <key color="Hsb(180,82,87)" />
33                   <key color="Hsb(210,82,87)" />
34                   <key color="Hsb(240,82,87)" />
35                   <key color="Hsb(270,82,87)" />
36                   <key color="Hsb(300,82,87)" />
37                   <key color="Hsb(330,82,87)" />
38                   <key color="Hsb(360,82,87)" />
39                 </gradient>
40               </fill>
41               <border enabled="true" color="#494949" opacity="0.4" />
42             </color_range>
43           </color_ranges>
44         </axis>
45         <pointers>
46           <tooltip enabled="True">
47             <format><![CDATA[Hue - {%Value}{numDecimals:0}°]]></format>
48             <font bold="true" />
49           </tooltip>
50           <pointer type="Marker" value="0" color="Hsb(0,82,87)">
51             <marker_pointer_style align="Outside" />
52             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
53           </pointer>
54           <pointer type="Marker" value="30" color="Hsb(30,82,87)">
55             <marker_pointer_style align="Outside" />
56             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
57           </pointer>
58           <pointer type="Marker" value="60" color="Hsb(60,82,87)">
59             <marker_pointer_style align="Outside" />
60             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
61           </pointer>
62           <pointer type="Marker" value="90" color="Hsb(90,82,87)">
63             <marker_pointer_style align="Outside" />
64             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
65           </pointer>
66           <pointer type="Marker" value="120" color="Hsb(120,82,87)">
67             <marker_pointer_style align="Outside" />
68             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
69           </pointer>
70           <pointer type="Marker" value="150" color="Hsb(150,82,87)">
71             <marker_pointer_style align="Outside" />
72             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
73           </pointer>
74           <pointer type="Marker" value="180" color="Hsb(180,82,87)">
75             <marker_pointer_style align="Outside" />
76             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
77           </pointer>
78           <pointer type="Marker" value="210" color="Hsb(210,82,87)">
79             <marker_pointer_style align="Outside" />
80             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
81           </pointer>
82           <pointer type="Marker" value="240" color="Hsb(240,82,87)">
83             <marker_pointer_style align="Outside" />
84             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
85           </pointer>
86           <pointer type="Marker" value="270" color="Hsb(270,82,87)">
87             <marker_pointer_style align="Outside" />
88             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
89           </pointer>
90           <pointer type="Marker" value="300" color="Hsb(300,82,87)">
91             <marker_pointer_style align="Outside" />
92             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
93           </pointer>
94           <pointer type="Marker" value="330" color="Hsb(330,82,87)">
95             <marker_pointer_style align="Outside">
96               <cap enabled="true" radius="45">
97                 <background enabled="true">
98                   <fill enabled="true" color="White" />
99                 </background>
100                 <effects enabled="true">
101                   <inner_shadow enabled="true" opacity="0.4" distance="1" />
102                 </effects>
103               </cap>
104             </marker_pointer_style>
105             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
106           </pointer>
107         </pointers>
108         <frame enabled="false" />
109       </circular>
110     </gauge>
111   </gauges>
112 </anychart>