01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedVertical">
05       <data>
06         <series type="Bar" palette="default">
07           <point name="P1" y="2022776" />
08           <point name="P2" y="561753" />
09           <point name="P3" y="287318" />
10           <point name="P4" y="222776" />
11           <point name="P5" y="1561753" selected="true" />
12           <point name="P6" y="1287318" allow_select="false" />
13         </series>
14       </data>
15       <data_plot_settings>
16         <bar_series>
17           <bar_style>
18             <fill opacity="1" />
19             <hatch_fill enabled="false" />
20             <border enabled="false" />
21             <effects enabled="false" />
22             <states>
23               <normal>
24                 <fill type="Solid" color="%Color" />
25               </normal>
26               <hover>
27                 <fill type="Solid" color="Red" />
28               </hover>
29               <selected_normal>
30                 <fill type="Solid" color="White" />
31                 <hatch_fill enabled="true" />
32                 <border enabled="true" color="Black" />
33               </selected_normal>
34               <selected_hover>
35                 <fill type="Solid" color="Red" />
36               </selected_hover>
37               <pushed>
38                 <fill type="Solid" color="Grey" />
39               </pushed>
40             </states>
41           </bar_style>
42         </bar_series>
43       </data_plot_settings>
44     </chart>
45   </charts>
46 </anychart>