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 enabled="true" align_by="Chart"> |
10 |
<text><![CDATA[Multi-Series: Multiple Y-Axes (secondary inverted and moved to the left)]]></text> |
11 |
</title> |
12 |
<axes> |
13 |
<x_axis> |
14 |
<title enabled="true"> |
15 |
<text><![CDATA[Arguments]]></text> |
16 |
</title> |
17 |
</x_axis> |
18 |
<y_axis position="Left"> |
19 |
<title enabled="true"> |
20 |
<text><![CDATA[Primary Y-Axis]]></text> |
21 |
<font color="#135D8C" /> |
22 |
</title> |
23 |
<labels align="Inside"> |
24 |
<font color="#135D8C" /> |
25 |
</labels> |
26 |
</y_axis> |
27 |
<extra> |
28 |
<y_axis name="extra_y_axis_1" position="Left"> |
29 |
<minor_grid enabled="false" /> |
30 |
<major_grid enabled="false" /> |
31 |
<title enabled="true"> |
32 |
<text><![CDATA[Secondary Y-Axis]]></text> |
33 |
<font color="#A4300B" /> |
34 |
</title> |
35 |
<labels align="Inside"> |
36 |
<font color="#A4300B" /> |
37 |
</labels> |
38 |
<scale inverted="true" minimum="0" /> |
39 |
</y_axis> |
40 |
</extra> |
41 |
</axes> |
42 |
</chart_settings> |
43 |
<data_plot_settings default_series_type="Bar"> |
44 |
<bar_series point_padding="0.15" group_padding="0.5"> |
45 |
<label_settings enabled="true" rotation="90"> |
46 |
<position anchor="Center" valign="Center" halign="Center" /> |
47 |
<background enabled="false" /> |
48 |
<font color="White" bold="true"> |
49 |
<effects enabled="true"> |
50 |
<drop_shadow enabled="true" color="Black" opacity="0.3" distance="2" /> |
51 |
</effects> |
52 |
</font> |
53 |
<format><![CDATA[{%YValue}{numDecimals:0}]]></format> |
54 |
</label_settings> |
55 |
<tooltip_settings enabled="True"> |
56 |
<format><![CDATA[Value: {%YValue}{numDecimals:2} |
57 |
Argument: {%Name} |
58 |
Axis: {%YAxisName}]]></format> |
59 |
<background> |
60 |
<border color="DarkColor(%Color)" /> |
61 |
<font> |
62 |
<effects enabled="true"> |
63 |
<drop_shadow enabled="true" color="Black" opacity="1" /> |
64 |
</effects> |
65 |
</font> |
66 |
</background> |
67 |
<font color="DarkColor(%Color)" /> |
68 |
</tooltip_settings> |
69 |
<bar_style> |
70 |
<states> |
71 |
<normal> |
72 |
<fill color="%Color" /> |
73 |
<border color="DarkColor(%Color)" thickness="1" /> |
74 |
</normal> |
75 |
<hover> |
76 |
<fill color="LightColor(%Color)" /> |
77 |
<border thickness="2" /> |
78 |
</hover> |
79 |
</states> |
80 |
</bar_style> |
81 |
</bar_series> |
82 |
</data_plot_settings> |
83 |
<data> |
84 |
<series name="Series 1"> |
85 |
<point name="P1" y="228.14" /> |
86 |
<point name="P2" y="212.61" /> |
87 |
<point name="P3" y="263.21" /> |
88 |
<point name="P4" y="329.98" /> |
89 |
<point name="P5" y="398.14" /> |
90 |
<point name="P6" y="112.61" /> |
91 |
<point name="P7" y="463.21" /> |
92 |
<point name="P8" y="399.98" /> |
93 |
</series> |
94 |
<series name="Series 2" y_axis="extra_y_axis_1"> |
95 |
<point name="P1" y="2790.54" /> |
96 |
<point name="P2" y="4104.19" /> |
97 |
<point name="P3" y="3250.67" /> |
98 |
<point name="P4" y="5720.43" /> |
99 |
<point name="P5" y="6298.54" /> |
100 |
<point name="P6" y="7104.19" /> |
101 |
<point name="P7" y="4898.67" /> |
102 |
<point name="P8" y="8120.43" /> |
103 |
</series> |
104 |
</data> |
105 |
</chart> |
106 |
</charts> |
107 |
</anychart> |