01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart>
05       <styles>
06         <label_style name="Vista">
07           <background enabled="true">
08             <fill enabled="True" type="Gradient" opacity="1">
09               <gradient angle="90">
10                 <key position="0" color="#FFFFFF" opacity="1" />
11                 <key position="0.5" color="#F3F4F8" opacity="1" />
12                 <key position="1" color="#E4E5F0" opacity="1" />
13               </gradient>
14             </fill>
15             <border enabled="True" type="Solid" color="#767676" thickness="2" opacity="0.8" />
16             <corners type="Rounded" all="5" />
17             <effects enabled="True">
18               <bevel enabled="true" highlight_opacity="0.2" shadow_opacity="0.2" />
19             </effects>
20             <inside_margin all="8" top="4" bottom="4" />
21           </background>
22           <font color="#373737" bold="false" italic="false">
23             <effects enabled="True">
24               <drop_shadow enabled="true" distance="1" blur_x="2" blur_y="2" opacity="0.1" />
25             </effects>
26           </font>
27           <format><![CDATA[{%Name} - {%Value}]]></format>
28         </label_style>
29       </styles>
30       <data_plot_settings>
31         <bar_series>
32           <label_settings enabled="true" style="Vista" />
33         </bar_series>
34       </data_plot_settings>
35       <data>
36         <series palette="default">
37           <point name="Jan" y="10" />
38           <point name="Feb" y="20" />
39           <point name="Mar" y="30" />
40           <point name="Apr" y="30" />
41         </series>
42       </data>
43     </chart>
44   </charts>
45 </anychart>