TeeChart AddXY Color help


2003-11-06 05:58:50 PM
cppbuilder24
The AddXY function has a parameter Color that I think indicates the color of
the point
that I am currently adding.
Series1->AddXY((double)i->m_x,(double)i->m_y,i->m_testName,TeeChartColors::G
etNextColor());
(TeeChartColors is a class i wrote.)
If i make it change for example as clAqua, clBlack, clBlue and so on, the
color of the points
does not change (obviously I already checked my function GetNextColor).
Where am I wrong ?
Thanks in advance,
Piero