Hello,
What is the radius for AddBubble measured in?
And it is possible to access it from the chart editor?
Thanks in advance,
Tony.
AddBubble question.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: AddBubble question.
Hi Tony,
Using this code you'll get a bubble centered at 5, 5 and going from 0 to 10 both in X and Y directions.
This is measured in series/axes values, for example:What is the radius for AddBubble measured in?
Code: Select all
TChart1.Series(0).asBubble.AddBubble 5, 5, 5, "", clTeeColor
Yes, at the Data tab in the editor.And it is possible to access it from the chart 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 |
Instructions - How to post in this forum |
Re: AddBubble question.
It all makes sense now. Many thanks.
Tony.
Tony.