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"> |
10 |
<text><![CDATA[Multi-Series: Column Chart with 4 Y-Axes]]></text> |
11 |
</title> |
12 |
<data_plot_background> |
13 |
<effects enabled="false" /> |
14 |
</data_plot_background> |
15 |
<axes> |
16 |
<x_axis> |
17 |
<title enabled="true"> |
18 |
<text><![CDATA[Arguments]]></text> |
19 |
</title> |
20 |
</x_axis> |
21 |
<y_axis> |
22 |
<line thickness="1" color="DarkColor(#1D8BD1)" caps="None" /> |
23 |
<title enabled="true"> |
24 |
<text><![CDATA[Y-Axis 1]]></text> |
25 |
<font color="#135D8C" /> |
26 |
</title> |
27 |
<labels align="Inside"> |
28 |
<font color="DarkColor(#1D8BD1)" bold="True" size="9" /> |
29 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
30 |
</labels> |
31 |
<major_tickmark thickness="1" color="DarkColor(#1D8BD1)" caps="None" opacity="1" /> |
32 |
<minor_tickmark thickness="1" color="DarkColor(#1D8BD1)" caps="None" opacity="1" /> |
33 |
</y_axis> |
34 |
<extra> |
35 |
<y_axis name="extra_y_axis_1" position="Normal"> |
36 |
<line thickness="1" color="DarkColor(#F1683C)" caps="None" /> |
37 |
<major_tickmark thickness="1" color="DarkColor(#F1683C)" opacity="1" /> |
38 |
<minor_tickmark thickness="1" color="DarkColor(#F1683C)" opacity="1" /> |
39 |
<minor_grid enabled="false" /> |
40 |
<major_grid enabled="false" /> |
41 |
<title enabled="true" align="Center"> |
42 |
<text><![CDATA[Y-Axis 2]]></text> |
43 |
<font color="#A4300B" /> |
44 |
</title> |
45 |
<labels align="Inside"> |
46 |
<font color="DarkColor(#F1683C)" bold="True" size="9" /> |
47 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
48 |
</labels> |
49 |
</y_axis> |
50 |
<y_axis name="extra_y_axis_2" position="Opposite"> |
51 |
<line thickness="1" color="DarkColor(Green)" caps="None" /> |
52 |
<major_tickmark thickness="1" color="DarkColor(Green)" opacity="1" /> |
53 |
<minor_tickmark thickness="1" color="DarkColor(Green)" opacity="1" /> |
54 |
<minor_grid enabled="false" /> |
55 |
<major_grid enabled="false" /> |
56 |
<title enabled="true" align="Center" rotation="180"> |
57 |
<text><![CDATA[Y-Axis 3]]></text> |
58 |
<font color="DarkColor(Green)" /> |
59 |
</title> |
60 |
<labels align="Inside"> |
61 |
<font color="DarkColor(Green)" bold="True" size="9" /> |
62 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
63 |
</labels> |
64 |
</y_axis> |
65 |
<y_axis name="extra_y_axis_3" position="Opposite"> |
66 |
<line thickness="1" color="DarkColor(#0065CE)" caps="None" /> |
67 |
<major_tickmark thickness="1" color="DarkColor(#0065CE)" opacity="1" /> |
68 |
<minor_tickmark thickness="1" color="DarkColor(#0065CE)" opacity="1" /> |
69 |
<minor_grid enabled="false" /> |
70 |
<major_grid enabled="false" /> |
71 |
<title enabled="true" rotation="180"> |
72 |
<text><![CDATA[Y-Axis 4]]></text> |
73 |
<font color="DarkColor(#0065CE)" /> |
74 |
</title> |
75 |
<labels align="Inside"> |
76 |
<font color="DarkColor(#0065CE)" bold="True" size="9" /> |
77 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
78 |
</labels> |
79 |
<scale type="Logarithmic" logarithmic_base="5" minimum="1" /> |
80 |
</y_axis> |
81 |
</extra> |
82 |
</axes> |
83 |
</chart_settings> |
84 |
<data_plot_settings default_series_type="Bar"> |
85 |
<bar_series point_padding="0.15" group_padding="0.5"> |
86 |
<label_settings enabled="true" rotation="90"> |
87 |
<position anchor="Center" valign="Center" halign="Center" /> |
88 |
<background enabled="false" /> |
89 |
<font color="White" bold="true"> |
90 |
<effects enabled="true"> |
91 |
<drop_shadow enabled="true" color="Black" opacity="0.3" distance="2" /> |
92 |
</effects> |
93 |
</font> |
94 |
<format><![CDATA[{%YValue}{numDecimals:0}]]></format> |
95 |
</label_settings> |
96 |
<tooltip_settings enabled="True"> |
97 |
<format><![CDATA[Value: {%YValue}{numDecimals:2} |
98 |
Argument: {%Name} |
99 |
Axis: {%YAxisName}]]></format> |
100 |
<background> |
101 |
<border color="DarkColor(%Color)" /> |
102 |
<font> |
103 |
<effects enabled="true"> |
104 |
<drop_shadow enabled="true" color="Black" opacity="1" /> |
105 |
</effects> |
106 |
</font> |
107 |
</background> |
108 |
<font color="DarkColor(%Color)" /> |
109 |
</tooltip_settings> |
110 |
<bar_style> |
111 |
<states> |
112 |
<normal> |
113 |
<fill color="%Color" /> |
114 |
<border color="DarkColor(%Color)" thickness="1" /> |
115 |
</normal> |
116 |
<hover> |
117 |
<fill color="LightColor(%Color)" /> |
118 |
<border thickness="2" /> |
119 |
</hover> |
120 |
</states> |
121 |
</bar_style> |
122 |
</bar_series> |
123 |
<line_series> |
124 |
<tooltip_settings enabled="True"> |
125 |
<format><![CDATA[Value: {%YValue}{numDecimals:2} |
126 |
Argument: {%Name} |
127 |
Axis: {%YAxisName}]]></format> |
128 |
<background> |
129 |
<border color="DarkColor(%Color)" /> |
130 |
<font> |
131 |
<effects enabled="true"> |
132 |
<drop_shadow enabled="true" color="Black" opacity="1" /> |
133 |
</effects> |
134 |
</font> |
135 |
</background> |
136 |
<font color="DarkColor(%Color)" /> |
137 |
</tooltip_settings> |
138 |
</line_series> |
139 |
</data_plot_settings> |
140 |
<data> |
141 |
<series name="Series 1"> |
142 |
<point name="P1" y="50.14" /> |
143 |
<point name="P2" y="222.61" /> |
144 |
<point name="P3" y="115.78" /> |
145 |
</series> |
146 |
<series name="Series 2" y_axis="extra_y_axis_1"> |
147 |
<point name="P1" y="163.21" /> |
148 |
<point name="P2" y="329.98" /> |
149 |
<point name="P3" y="80.12" /> |
150 |
</series> |
151 |
<series name="Series 3" y_axis="extra_y_axis_2"> |
152 |
<point name="P1" y="1398.14" /> |
153 |
<point name="P2" y="1112.61" /> |
154 |
<point name="P3" y="523.32" /> |
155 |
</series> |
156 |
<series name="Series 4" y_axis="extra_y_axis_3" color="#0065CE"> |
157 |
<point name="P1" y="11463.21" /> |
158 |
<point name="P2" y="1141199.98" /> |
159 |
<point name="P3" y="1276.12" /> |
160 |
</series> |
161 |
</data> |
162 |
</chart> |
163 |
</charts> |
164 |
</anychart> |