I have data in the folowing form: value(x,y) where x and y are coordinates
(integer)and the value is a value between 0 and 0.5.

For example: 0.2(3,4) means, that the value at x=3 and y=4 is 0.2.

I need a two-dimensional bubble chart. This chart should show bubbles at
(x,y) with radius value. In my example at x=3 and y=4 a bubble with 0.2
radius.

The built in bubble chart is not able to do it.

Do you have an idea how to realize it (without writing a whole VB code ?)

Thank you in advance,

Laszlo