Dear sir, madam
I am using Visual Studio 2008, the C++ component
When adding shapes they are always filled white. How could I change their colour?
Regards
Jacques
Shape Colours
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jacques,
You should try setting series color:
You should try setting series color:
Code: Select all
m_Chart1.Series(0).SetColor(RGB(255,0,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 |