01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart type="CategorizedVertical"> |
08 |
<chart_settings> |
09 |
<title> |
10 |
<text><![CDATA[Single-Series: Spline-Area Chart, Hatch-Fill]]></text> |
11 |
<background enabled="false" /> |
12 |
</title> |
13 |
<axes> |
14 |
<x_axis tickmarks_placement="Center" /> |
15 |
<y_axis> |
16 |
<scale minimum="0" /> |
17 |
</y_axis> |
18 |
</axes> |
19 |
</chart_settings> |
20 |
<data_plot_settings default_series_type="SplineArea"> |
21 |
<area_series> |
22 |
<marker_settings enabled="True"> |
23 |
<marker type="Circle" size="6" /> |
24 |
</marker_settings> |
25 |
<tooltip_settings enabled="True"> |
26 |
<format><![CDATA[{%YValue}]]></format> |
27 |
</tooltip_settings> |
28 |
<area_style> |
29 |
<hatch_fill enabled="true" color="White" thickness="2" type="DiagonalCross" /> |
30 |
<line enabled="true" thickness="2" color="DarkColor(%Color)" /> |
31 |
<states> |
32 |
<hover> |
33 |
<hatch_fill type="DiagonalBrick" thickness="1" color="White" /> |
34 |
</hover> |
35 |
</states> |
36 |
</area_style> |
37 |
</area_series> |
38 |
</data_plot_settings> |
39 |
<data> |
40 |
<series name="Series 2"> |
41 |
<point name="P1" y="1042" /> |
42 |
<point name="P2" y="2210" /> |
43 |
<point name="P3" y="2994" /> |
44 |
<point name="P4" y="2115" /> |
45 |
<point name="P5" y="2844" /> |
46 |
<point name="P6" y="1987" /> |
47 |
<point name="P7" y="1662" /> |
48 |
<point name="P8" y="1327" /> |
49 |
<point name="P9" y="1826" /> |
50 |
<point name="P10" y="1699" /> |
51 |
<point name="P11" y="1511" /> |
52 |
<point name="P12" y="1904" /> |
53 |
<point name="P13" y="1957" /> |
54 |
<point name="P14" y="1296" /> |
55 |
</series> |
56 |
</data> |
57 |
</chart> |
58 |
</charts> |
59 |
</anychart> |