01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="CategorizedHorizontal"> |
05 |
<data_plot_settings> |
06 |
<bar_series> |
07 |
<label_settings enabled="true"> |
08 |
<format><![CDATA[<-- Large Left and Right Margins -->]]></format> |
09 |
<background> |
10 |
<inside_margin all="0" left="70" right="70" /> |
11 |
</background> |
12 |
</label_settings> |
13 |
</bar_series> |
14 |
</data_plot_settings> |
15 |
<data> |
16 |
<series palette="default"> |
17 |
<point name="A" y="10" /> |
18 |
<point name="B" y="20" /> |
19 |
<point name="C" y="30" /> |
20 |
</series> |
21 |
</data> |
22 |
<chart_settings> |
23 |
<axes> |
24 |
<y_axis position="Opposite"> |
25 |
<scale minimum="0" maximum="100" /> |
26 |
</y_axis> |
27 |
</axes> |
28 |
</chart_settings> |
29 |
</chart> |
30 |
</charts> |
31 |
</anychart> |