Hi,
I would like to change the color of the whole series at run time when new data is still coming in and added with addrealtime? For example, if someone opens a color selection dialog and select a color, I would like to change the series color accordingly. How to do that?
Thanks,
David
How to change the color of fastline at run time?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
Have you tried using something like this?
Have you tried using something like this?
Code: Select all
m_Chart1.Series(0).SetColor(RGB(255,255,0));
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 |