AddBubble question.

TeeChart for ActiveX, COM and ASP
Post Reply
TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

AddBubble question.

Post by TonyVSUK » Wed Oct 13, 2010 7:15 pm

Hello,

What is the radius for AddBubble measured in?

And it is possible to access it from the chart editor?

Thanks in advance,

Tony.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: AddBubble question.

Post by Narcís » Fri Oct 15, 2010 8:21 am

Hi Tony,
What is the radius for AddBubble measured in?
This is measured in series/axes values, for example:

Code: Select all

    TChart1.Series(0).asBubble.AddBubble 5, 5, 5, "", clTeeColor
Using this code you'll get a bubble centered at 5, 5 and going from 0 to 10 both in X and Y directions.
And it is possible to access it from the chart editor?
Yes, at the Data tab in the editor.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Re: AddBubble question.

Post by TonyVSUK » Fri Oct 15, 2010 8:36 am

It all makes sense now. Many thanks.

Tony.

Post Reply