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: Area Chart]]></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="Area"> |
21 |
<area_series> |
22 |
<area_style> |
23 |
<line enabled="true" thickness="2" color="%Color" /> |
24 |
<fill color="%Color" opacity="0.1" /> |
25 |
<states> |
26 |
<hover> |
27 |
<line enabled="true" thickness="2" color="LightColor(%Color)" /> |
28 |
<fill color="LightColor(%Color)" opacity="0.3" /> |
29 |
</hover> |
30 |
</states> |
31 |
</area_style> |
32 |
<marker_settings enabled="True"> |
33 |
<marker type="Circle" size="6" /> |
34 |
</marker_settings> |
35 |
<tooltip_settings enabled="True"> |
36 |
<format><![CDATA[{%YValue}]]></format> |
37 |
</tooltip_settings> |
38 |
</area_series> |
39 |
</data_plot_settings> |
40 |
<data> |
41 |
<series name="Series 1"> |
42 |
<point name="P1" y="162" /> |
43 |
<point name="P2" y="134" /> |
44 |
<point name="P3" y="116" /> |
45 |
<point name="P4" y="122" /> |
46 |
<point name="P5" y="178" /> |
47 |
<point name="P6" y="144" /> |
48 |
<point name="P7" y="125" /> |
49 |
<point name="P8" y="176" /> |
50 |
<point name="P9" y="156" /> |
51 |
<point name="P10" y="195" /> |
52 |
<point name="P11" y="135" /> |
53 |
<point name="P12" y="176" /> |
54 |
<point name="P13" y="167" /> |
55 |
<point name="P14" y="142" /> |
56 |
<point name="P15" y="117" /> |
57 |
<point name="P16" y="113" /> |
58 |
<point name="P17" y="132" /> |
59 |
<point name="P18" y="146" /> |
60 |
<point name="P19" y="169" /> |
61 |
<point name="P20" y="184" /> |
62 |
</series> |
63 |
</data> |
64 |
</chart> |
65 |
</charts> |
66 |
</anychart> |