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?
Bubble3D Series Addbubble3D.Radiusvalues
Re: Bubble3D Series Addbubble3D.Radiusvalues
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).
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).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bubble3D Series Addbubble3D.Radiusvalues
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
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |