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...
adding values to bubble graph
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi idan,
Besides providing x and y values for the bubble center you also need to specify its radius, for example:
Hope this helps!
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);
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 |