01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="CategorizedVertical"> |
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="90" align="inside" allow_overlap="true" /> |
15 |
<title enabled="False" /> |
16 |
</x_axis> |
17 |
<y_axis> |
18 |
<labels> |
19 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
20 |
</labels> |
21 |
<title enabled="False" /> |
22 |
</y_axis> |
23 |
</axes> |
24 |
</chart_settings> |
25 |
<data_plot_settings default_series_type="Bar"> |
26 |
<bar_series group_padding="0" point_padding="0"> |
27 |
<bar_style> |
28 |
<hatch_fill enabled="true" type="%HatchType" color="White" thickness="1" pattern_size="6" opacity="1" /> |
29 |
</bar_style> |
30 |
<tooltip_settings enabled="True"> |
31 |
<format><![CDATA[ |
32 |
Value: {%YValue} |
33 |
Hatch: {%Name} |
34 |
]]></format> |
35 |
</tooltip_settings> |
36 |
</bar_series> |
37 |
</data_plot_settings> |
38 |
<data> |
39 |
<series name="Series 1"> |
40 |
<point y="150" name="BackwardDiagonal" hatch_type="BackwardDiagonal" /> |
41 |
<point y="140" name="ForwardDiagonal" hatch_type="ForwardDiagonal" /> |
42 |
<point y="170" name="Horizontal" hatch_type="Horizontal" /> |
43 |
<point y="190" name="Vertical" hatch_type="Vertical" /> |
44 |
<point y="120" name="DashedBackwardDiagonal" hatch_type="DashedBackwardDiagonal" /> |
45 |
<point y="140" name="Grid" hatch_type="Grid" /> |
46 |
<point y="110" name="DashedForwardDiagonal" hatch_type="DashedForwardDiagonal" /> |
47 |
<point y="145" name="DashedHorizontal" hatch_type="DashedHorizontal" /> |
48 |
<point y="120" name="DashedVertical" hatch_type="DashedVertical" /> |
49 |
<point y="160" name="DiagonalCross" hatch_type="DiagonalCross" /> |
50 |
<point y="112" name="DiagonalBrick" hatch_type="DiagonalBrick" /> |
51 |
<point y="123" name="Divot" hatch_type="Divot" /> |
52 |
<point y="120" name="HorizontalBrick" hatch_type="HorizontalBrick" /> |
53 |
<point y="116" name="VerticalBrick" hatch_type="VerticalBrick" /> |
54 |
<point y="134" name="Checkerboard" hatch_type="Checkerboard" /> |
55 |
<point y="128" name="Confetti" hatch_type="Confetti" /> |
56 |
<point y="135" name="Plaid" hatch_type="Plaid" /> |
57 |
<point y="111" name="SolidDiamond" hatch_type="SolidDiamond" /> |
58 |
<point y="119" name="ZigZag" hatch_type="ZigZag" /> |
59 |
<point y="133" name="Weave" hatch_type="Weave" /> |
60 |
<point y="122" name="Percent05" hatch_type="Percent05" /> |
61 |
<point y="141" name="Percent10" hatch_type="Percent10" /> |
62 |
<point y="111" name="Percent20" hatch_type="Percent20" /> |
63 |
<point y="110" name="Percent25" hatch_type="Percent25" /> |
64 |
<point y="118" name="Percent30" hatch_type="Percent30" /> |
65 |
<point y="126" name="Percent40" hatch_type="Percent40" /> |
66 |
<point y="118" name="Percent50" hatch_type="Percent50" /> |
67 |
<point y="134" name="Percent60" hatch_type="Percent60" /> |
68 |
<point y="129" name="Percent70" hatch_type="Percent70" /> |
69 |
<point y="120" name="Percent75" hatch_type="Percent75" /> |
70 |
<point y="111" name="Percent80" hatch_type="Percent80" /> |
71 |
<point y="130" name="Percent90" hatch_type="Percent90" /> |
72 |
</series> |
73 |
</data> |
74 |
</chart> |
75 |
</charts> |
76 |
</anychart> |