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