01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="CategorizedHorizontal"> |
05 |
<data> |
06 |
<series name="Year 2003" type="Bar"> |
07 |
<point name="Department Stores" y="637166" /> |
08 |
<point name="Discount Stores" y="721630" /> |
09 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
10 |
<point name="Juvenile Specialty Stores" y="78662" /> |
11 |
<point name="All other outlets" y="90000" /> |
12 |
</series> |
13 |
</data> |
14 |
<data_plot_settings> |
15 |
<bar_series> |
16 |
<tooltip_settings enabled="True" /> |
17 |
</bar_series> |
18 |
</data_plot_settings> |
19 |
<chart_settings> |
20 |
<title enabled="false" /> |
21 |
<axes> |
22 |
<y_axis position="Opposite"> |
23 |
<scale inverted="true" /> |
24 |
<title> |
25 |
<text><![CDATA[Sales]]></text> |
26 |
</title> |
27 |
<labels> |
28 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
29 |
</labels> |
30 |
</y_axis> |
31 |
<x_axis> |
32 |
<title> |
33 |
<text><![CDATA[Retail Channel]]></text> |
34 |
</title> |
35 |
<labels align="Inside" /> |
36 |
</x_axis> |
37 |
</axes> |
38 |
</chart_settings> |
39 |
</chart> |
40 |
</charts> |
41 |
</anychart> |