| 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 |         </axes> | 
| 12 |       </chart_settings> | 
| 13 |       <data_plot_settings> | 
| 14 |         <polar> | 
| 15 |           <background> | 
| 16 |             <filltype="Solid"color="#FFFFFF" /> | 
| 17 |             <borderenabled="false" /> | 
| 18 |           </background> | 
| 19 |         </polar> | 
| 20 |       </data_plot_settings> | 
| 21 |       <styles> | 
| 22 |         <line_stylename="idLineStyle"> | 
| 23 |           <linethickness="3" /> | 
| 24 |         </line_style> | 
| 25 |       </styles> | 
| 26 |       <data> | 
| 27 |         <seriesname="Series"type="Line"close_contour="false"style="idLineStyle"> | 
| 28 |           <markerenabled="true" /> | 
| 29 |           <tooltipenabled="true" /> | 
| 30 |           <pointx="0"y="0" /> | 
| 31 |           <pointx="10"y="1" /> | 
| 32 |           <pointx="20"y="2" /> | 
| 33 |           <pointx="30"y="3" /> | 
| 34 |           <pointx="40"y="4" /> | 
| 35 |           <pointx="50"y="5" /> | 
| 36 |           <pointx="60"y="6" /> | 
| 37 |           <pointx="70"y="7" /> | 
| 38 |           <pointx="80"y="8" /> | 
| 39 |           <pointx="90"y="9" /> | 
| 40 |           <pointx="100"y="10" /> | 
| 41 |         </series> | 
| 42 |       </data> | 
| 43 |     </chart> | 
| 44 |   </charts> | 
| 45 | </anychart> |