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 |
<data_plot_settings default_series_type="Bar"> |
09 |
<bar_series group_padding="0.3"> |
10 |
<label_settings enabled="true"> |
11 |
<background enabled="false" /> |
12 |
<position anchor="Center" valign="Center" halign="Center" /> |
13 |
<font color="White" bold="true"> |
14 |
<effects> |
15 |
<drop_shadow enabled="true" distance="1" angle="45" blur_x="1.5" blur_y="1.5" strength="2" opacity="0.5" /> |
16 |
</effects> |
17 |
</font> |
18 |
<format><![CDATA[{%YValue}{numDecimals:0,useNegativeSign:false}]]></format> |
19 |
</label_settings> |
20 |
<tooltip_settings enabled="true"> |
21 |
<background> |
22 |
<border color="DarkColor(%Color)" /> |
23 |
</background> |
24 |
<format><![CDATA[ |
25 |
Name: {%Name} |
26 |
Value: {%YValue}{numDecimals:2,useNegativeSign:false} |
27 |
]]></format> |
28 |
</tooltip_settings> |
29 |
</bar_series> |
30 |
</data_plot_settings> |
31 |
<chart_settings> |
32 |
<title enabled="true"> |
33 |
<text><![CDATA[Multi-Series: Stacked with Negative Values]]></text> |
34 |
</title> |
35 |
<axes> |
36 |
<y_axis position="Left"> |
37 |
<scale mode="Stacked" /> |
38 |
</y_axis> |
39 |
</axes> |
40 |
</chart_settings> |
41 |
<data> |
42 |
<series name="Series 1"> |
43 |
<point name="P1" y="297" /> |
44 |
<point name="P2" y="184" /> |
45 |
<point name="P3" y="136" /> |
46 |
<point name="P4" y="142" /> |
47 |
<point name="P5" y="228" /> |
48 |
</series> |
49 |
<series name="Series 2"> |
50 |
<point name="P1" y="243" /> |
51 |
<point name="P2" y="255" /> |
52 |
<point name="P3" y="199" /> |
53 |
<point name="P4" y="186" /> |
54 |
<point name="P5" y="145" /> |
55 |
</series> |
56 |
<series name="Series 3"> |
57 |
<point name="P1" y="235" /> |
58 |
<point name="P2" y="156" /> |
59 |
<point name="P3" y="-177" /> |
60 |
<point name="P4" y="-242" /> |
61 |
<point name="P5" y="-267" /> |
62 |
</series> |
63 |
<series name="Series 4"> |
64 |
<point name="P1" y="-223" /> |
65 |
<point name="P2" y="-249" /> |
66 |
<point name="P3" y="-276" /> |
67 |
<point name="P4" y="-249" /> |
68 |
<point name="P5" y="-297" /> |
69 |
</series> |
70 |
</data> |
71 |
</chart> |
72 |
</charts> |
73 |
</anychart> |