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