01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="CategorizedHorizontal"> |
08 |
<chart_settings> |
09 |
<title> |
10 |
<text><![CDATA[Single-Series: Hatch-Fill Demo]]></text> |
11 |
</title> |
12 |
<axes> |
13 |
<x_axis tickmarks_placement="Center"> |
14 |
<labels display_mode="Rotated" rotation="0" align="inside" allow_overlap="true" /> |
15 |
</x_axis> |
16 |
<y_axis position="Opposite" /> |
17 |
</axes> |
18 |
</chart_settings> |
19 |
<data_plot_settings default_series_type="Bar"> |
20 |
<bar_series group_padding="0.2" point_padding="0"> |
21 |
<bar_style> |
22 |
<hatch_fill enabled="true" type="%HatchType" color="White" thickness="1" pattern_size="6" opacity="1" /> |
23 |
</bar_style> |
24 |
<tooltip_settings enabled="True"> |
25 |
<format><![CDATA[ |
26 |
Value: {%YValue} |
27 |
Hatch: {%Name} |
28 |
]]></format> |
29 |
</tooltip_settings> |
30 |
</bar_series> |
31 |
</data_plot_settings> |
32 |
<data> |
33 |
<series name="Series 1"> |
34 |
<point y="150" name="BackwardDiagonal" hatch_type="BackwardDiagonal" /> |
35 |
<point y="140" name="ForwardDiagonal" hatch_type="ForwardDiagonal" /> |
36 |
<point y="170" name="Horizontal" hatch_type="Horizontal" /> |
37 |
<point y="115" name="Vertical" hatch_type="Vertical" /> |
38 |
<point y="120" name="DashedBackwardDiagonal" hatch_type="DashedBackwardDiagonal" /> |
39 |
<point y="140" name="Grid" hatch_type="Grid" /> |
40 |
<point y="110" name="DashedForwardDiagonal" hatch_type="DashedForwardDiagonal" /> |
41 |
<point y="145" name="DashedHorizontal" hatch_type="DashedHorizontal" /> |
42 |
<point y="120" name="DashedVertical" hatch_type="DashedVertical" /> |
43 |
<point y="160" name="DiagonalCross" hatch_type="DiagonalCross" /> |
44 |
<point y="112" name="DiagonalBrick" hatch_type="DiagonalBrick" /> |
45 |
<point y="123" name="Divot" hatch_type="Divot" /> |
46 |
<point y="120" name="HorizontalBrick" hatch_type="HorizontalBrick" /> |
47 |
<point y="116" name="VerticalBrick" hatch_type="VerticalBrick" /> |
48 |
<point y="134" name="Checkerboard" hatch_type="Checkerboard" /> |
49 |
<point y="128" name="Confetti" hatch_type="Confetti" /> |
50 |
<point y="135" name="Plaid" hatch_type="Plaid" /> |
51 |
<point y="111" name="SolidDiamond" hatch_type="SolidDiamond" /> |
52 |
<point y="119" name="ZigZag" hatch_type="ZigZag" /> |
53 |
<point y="133" name="Weave" hatch_type="Weave" /> |
54 |
</series> |
55 |
</data> |
56 |
</chart> |
57 |
</charts> |
58 |
</anychart> |