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> |
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 |
<label_style name="Heritage1" parent="Vista"> |
30 |
<background> |
31 |
<border color="DarkRed" /> |
32 |
</background> |
33 |
</label_style> |
34 |
<label_style name="Heritage2" parent="Vista"> |
35 |
<background> |
36 |
<border color="Green" /> |
37 |
</background> |
38 |
</label_style> |
39 |
<label_style name="Heritage3" parent="Vista"> |
40 |
<background> |
41 |
<border color="Gold" /> |
42 |
</background> |
43 |
</label_style> |
44 |
</styles> |
45 |
<data_plot_settings> |
46 |
<bar_series> |
47 |
<label_settings enabled="true" style="Vista" /> |
48 |
</bar_series> |
49 |
</data_plot_settings> |
50 |
<data> |
51 |
<series> |
52 |
<point name="Jan" y="10" /> |
53 |
<point name="Feb" y="20"> |
54 |
<label style="Heritage1" /> |
55 |
</point> |
56 |
<point name="Mar" y="30"> |
57 |
<label style="Heritage2" /> |
58 |
</point> |
59 |
<point name="Apr" y="10"> |
60 |
<label style="Heritage3" /> |
61 |
</point> |
62 |
</series> |
63 |
</data> |
64 |
</chart> |
65 |
</charts> |
66 |
</anychart> |