adding values to bubble graph

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ido
Newbie
Newbie
Posts: 19
Joined: Thu Aug 31, 2006 12:00 am

adding values to bubble graph

Post by ido » Wed May 21, 2008 9:20 am

Hi,
i am adding values to the bubble series the same way i have added to the line series but the points won't paint on th graph. Any pointers? the series is activated and visible. Any help would be great...

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

Post by Narcís » Wed May 21, 2008 12:15 pm

Hi idan,

Besides providing x and y values for the bubble center you also need to specify its radius, for example:

Code: Select all

bubble1.Add(10,10,1);
Hope this helps!
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

Post Reply