01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="CategorizedHorizontal"> |
05 |
<data_plot_settings> |
06 |
<bar_series point_padding="0.3"> |
07 |
<bar_style> |
08 |
<fill type="Solid" color="#EEEEEE" /> |
09 |
<border color="Black" /> |
10 |
<hatch_fill enabled="true" thickness="1" color="Black" opacity="1" type="%HatchType" pattern_size="10" /> |
11 |
</bar_style> |
12 |
<tooltip_settings enabled="True" /> |
13 |
</bar_series> |
14 |
</data_plot_settings> |
15 |
<data> |
16 |
<series name="Series 1" hatch_type="DiagonalCross"> |
17 |
<point name="P1" y="14" /> |
18 |
<point name="P2" y="19" /> |
19 |
<point name="P3" y="27" /> |
20 |
</series> |
21 |
<series name="Series 2" hatch_type="DiagonalBrick"> |
22 |
<point name="P1" y="24" /> |
23 |
<point name="P2" y="26" /> |
24 |
<point name="P3" y="38" /> |
25 |
</series> |
26 |
<series name="Series 3" hatch_type="ZigZag"> |
27 |
<point name="P1" y="34" /> |
28 |
<point name="P2" y="39" /> |
29 |
<point name="P3" y="35" /> |
30 |
</series> |
31 |
<series name="Series 4" hatch_type="Checkerboard"> |
32 |
<point name="P1" y="42" /> |
33 |
<point name="P2" y="45" /> |
34 |
<point name="P3" y="41" /> |
35 |
</series> |
36 |
<series name="Series 5" hatch_type="Percent30"> |
37 |
<point name="P1" y="50" /> |
38 |
<point name="P2" y="61" /> |
39 |
<point name="P3" y="58" hatch_type="DashedBackwardDiagonal" /> |
40 |
</series> |
41 |
</data> |
42 |
<chart_settings> |
43 |
<title enabled="false"> |
44 |
<background enabled="false" /> |
45 |
</title> |
46 |
<chart_background> |
47 |
<border color="#494949" /> |
48 |
</chart_background> |
49 |
<axes> |
50 |
<y_axis position="Opposite"> |
51 |
<scale minimum="0" /> |
52 |
<major_grid interlaced="false" /> |
53 |
<labels> |
54 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
55 |
</labels> |
56 |
</y_axis> |
57 |
</axes> |
58 |
</chart_settings> |
59 |
</chart> |
60 |
</charts> |
61 |
</anychart> |