01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart> |
05 |
<data_plot_settings default_series_type="Bar"> |
06 |
<bubble_series> |
07 |
<bubble_style> |
08 |
<hatch_fill enabled="true" type="%hatchtype" /> |
09 |
</bubble_style> |
10 |
<label_settings enabled="true"> |
11 |
<position anchor="CenterBottom" valign="Bottom" /> |
12 |
<format><![CDATA[ |
13 |
Series: {%SeriesName} |
14 |
Name: {%Name} |
15 |
Value: {%YValue} |
16 |
Bubble: {%BubbleSize}]]></format> |
17 |
<font family="Courier" size="12" bold="false" /> |
18 |
<background enabled="true"> |
19 |
<inside_margin all="1" /> |
20 |
<fill enabled="true" type="Solid" color="RGB(255,255,225)" /> |
21 |
<border enabled="true" type="Solid" color="Black" thickness="1"> |
22 |
<effects enabled="false" /> |
23 |
</border> |
24 |
<effects enabled="false" /> |
25 |
</background> |
26 |
</label_settings> |
27 |
</bubble_series> |
28 |
</data_plot_settings> |
29 |
<data> |
30 |
<series name="Quarter 1" type="Bubble" palette="Default" hatch_palette="default"> |
31 |
<point name="John" y="10000" size="2" /> |
32 |
<point name="Jake" y="12000" size="2" /> |
33 |
<point name="Peter" y="18000" size="2" /> |
34 |
</series> |
35 |
</data> |
36 |
<chart_settings> |
37 |
<title enabled="false" /> |
38 |
<axes> |
39 |
<y_axis enabled="true"> |
40 |
<scale minimum="0" /> |
41 |
</y_axis> |
42 |
<x_axis enabled="true" /> |
43 |
</axes> |
44 |
</chart_settings> |
45 |
</chart> |
46 |
</charts> |
47 |
</anychart> |