01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Polar">
05       <chart_settings>
06         <title enabled="false" />
07         <axes>
08           <y_axis>
09             <major_grid interlaced="true" />
10           </y_axis>
11           <x_axis>
12             <scale minimum="0" maximum="360" major_interval="15" />
13             <major_grid interlaced="true" />
14             <labels padding="2" circular_labels_style="Horizontal">
15               <font bold="false" />
16               <format><![CDATA[{%Value}{numDecimals:0}°]]></format>
17             </labels>
18           </x_axis>
19         </axes>
20         <legend enabled="true">
21           <title enabled="false" />
22         </legend>
23       </chart_settings>
24       <data_plot_settings>
25         <polar start_angle="90">
26           <background>
27             <fill type="Solid" color="#FFFFFF" />
28             <border enabled="false" />
29           </background>
30         </polar>
31         <marker_series>
32           <marker_style>
33             <fill type="Gradient">
34               <gradient type="Linear" angle="45">
35                 <key color="%Color" />
36                 <key color="DarkColor(%Color)" />
37               </gradient>
38             </fill>
39             <marker size="8" />
40             <states>
41               <hover>
42                 <marker size="14" />
43               </hover>
44             </states>
45           </marker_style>
46         </marker_series>
47       </data_plot_settings>
48       <styles>
49         <tooltip_style name="idTooltipStyle">
50           <font render_as_html="true" />
51           <format><![CDATA[<font color="{%Color}" size="13">■</font> <font face="Tahoma" size="12">{%SeriesName}<br/><tab/> Angle: {%XValue}{numDecimals:2}<br/><tab/> Value: {%YValue}{numDecimals:4,trailingZeros:false}</font>]]></format>
52           <background>
53             <inside_margin left="5" top="2" right="5" bottom="2" />
54             <corners type="Rounded" all="3" />
55           </background>
56         </tooltip_style>
57       </styles>
58       <data>
59         <series name="Signal A" type="Marker">
60           <tooltip enabled="true" style="idTooltipStyle" />
61           <point x="15" y="9" />
62           <point x="30" y="7" />
63           <point x="45" y="10" />
64           <point x="60" y="7" />
65           <point x="75" y="8" />
66           <point x="90" y="7" />
67           <point x="105" y="9" />
68           <point x="120" y="3" />
69           <point x="135" y="6" />
70           <point x="150" y="2" />
71           <point x="165" y="5" />
72           <point x="180" y="6" />
73           <point x="195" y="3" />
74           <point x="210" y="6" />
75           <point x="225" y="6" />
76           <point x="240" y="6" />
77           <point x="255" y="5" />
78           <point x="270" y="4" />
79           <point x="285" y="10" />
80           <point x="300" y="4" />
81           <point x="315" y="8" />
82           <point x="330" y="5" />
83           <point x="345" y="6" />
84           <point x="360" y="3" />
85         </series>
86         <series name="Signal B" type="Marker">
87           <tooltip enabled="true" style="idTooltipStyle" />
88           <point x="14.29" y="10.7" />
89           <point x="42.96" y="8.75" />
90           <point x="57.64" y="8.82" />
91           <point x="57.7" y="9.83" />
92           <point x="54.94" y="11.1" />
93           <point x="26.39" y="4.91" />
94           <point x="49.62" y="11.81" />
95           <point x="87.82" y="6.82" />
96           <point x="81.56" y="7.71" />
97           <point x="44.62" y="5.18" />
98           <point x="107.54" y="4.75" />
99           <point x="43.88" y="10.07" />
100           <point x="56.48" y="6.11" />
101           <point x="123.22" y="7.16" />
102           <point x="144.81" y="6.54" />
103           <point x="129.37" y="10.22" />
104           <point x="158.61" y="6.11" />
105           <point x="74.77" y="6.74" />
106           <point x="19.45" y="14.41" />
107           <point x="156.2" y="6.7" />
108           <point x="220.43" y="12.49" />
109           <point x="124.03" y="8.41" />
110           <point x="47.04" y="10.24" />
111           <point x="3.5" y="6.99" />
112         </series>
113         <series name="Signal C" type="Marker">
114           <tooltip enabled="true" style="idTooltipStyle" />
115           <point x="8.589" y="13.44" />
116           <point x="10.59" y="9.12" />
117           <point x="54.26" y="6.15" />
118           <point x="66.81" y="8.23" />
119           <point x="19.95" y="7.7" />
120           <point x="23.21" y="5.36" />
121           <point x="9.49" y="13.19" />
122           <point x="98.62" y="7.02" />
123           <point x="35.13" y="9.22" />
124           <point x="62.21" y="4.61" />
125           <point x="161.42" y="7.75" />
126           <point x="153.18" y="5.65" />
127           <point x="153.08" y="5.42" />
128           <point x="127.81" y="9.73" />
129           <point x="120.58" y="5.02" />
130           <point x="91.01" y="8.48" />
131           <point x="90.15" y="6.5" />
132           <point x="5.8" y="7.53" />
133           <point x="144.32" y="6.37" />
134           <point x="284.68" y="6.01" />
135           <point x="34.43" y="11.25" />
136           <point x="120.56" y="4.62" />
137           <point x="131.05" y="9.04" />
138           <point x="3.5" y="5.47" />
139         </series>
140       </data>
141     </chart>
142   </charts>
143 </anychart>