Page 1 of 1

Shape Colours

Posted: Tue Dec 09, 2008 8:00 am
by 15050891
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

Posted: Tue Dec 09, 2008 11:31 am
by narcis
Hi Jacques,

You should try setting series color:

Code: Select all

	m_Chart1.Series(0).SetColor(RGB(255,0,0));