Page 1 of 1

Bubble3D Series Addbubble3D.Radiusvalues

Posted: Tue Aug 28, 2012 2:04 pm
by 9337182
Have added 3d bubbles with sample values, and then trying to edit the radius. Having no problems editing the x, y, z values, but the radius poses a problem. The following line of code gives a "Run-time error '91': Object variable or With block variable not set"

Sheet6.TChart1.Series(0).asBubble3D.RadiusValues.Value(i) = SampleData.Item(i, 5)

While the preceding line of code works just fine:

Sheet6.TChart1.Series(0).asBubble3D.ZValues.Value(i) = SampleData.Item(i, 4)

The SampleData contains valid data for both lines of code (SampleData is just data the user has selected from the spreadsheet)

Any ideas?

Re: Bubble3D Series Addbubble3D.Radiusvalues

Posted: Wed Aug 29, 2012 2:00 pm
by yeray
Hi Morten,

You are right. It seems it can be done with a Bubble series but with a Bubble3D series. I've added it to the wish list to be revised (TA05016318).

Re: Bubble3D Series Addbubble3D.Radiusvalues

Posted: Wed Aug 29, 2012 2:25 pm
by 9337182
Thanks for the clarification Yeray. Is there any way I can set the radius of a bubble in a bubble3d series? How do I use the bubble3d series?

Re: Bubble3D Series Addbubble3D.Radiusvalues

Posted: Thu Aug 30, 2012 11:23 am
by yeray
Hi Morten,

I've seen with the actual sources it isn't reproducible any more. So it should be fixed with the next maintenance release.
If you own an active TeeChart ActiveX subscription, send a mail asking for an ocx built with the actual sources to "info at steema dot com". Please, don't forget to reference this thread and provide your license information in the mail.