Bubble3D Series Addbubble3D.Radiusvalues

TeeChart for ActiveX, COM and ASP
Post Reply
Morten
Newbie
Newbie
Posts: 3
Joined: Tue Apr 20, 2004 4:00 am

Bubble3D Series Addbubble3D.Radiusvalues

Post by Morten » Tue Aug 28, 2012 2:04 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bubble3D Series Addbubble3D.Radiusvalues

Post by Yeray » Wed Aug 29, 2012 2:00 pm

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).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Morten
Newbie
Newbie
Posts: 3
Joined: Tue Apr 20, 2004 4:00 am

Re: Bubble3D Series Addbubble3D.Radiusvalues

Post by Morten » Wed Aug 29, 2012 2:25 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bubble3D Series Addbubble3D.Radiusvalues

Post by Yeray » Thu Aug 30, 2012 11:23 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply