Page 1 of 1

Colors

Posted: Fri Jan 11, 2008 1:26 pm
by 6927799
Hi, I need to manually set the point color of my series. How can I get the list of colors that automatically are asigned when use the clTeeColor constant? Or can I get this list one by one in a get next style?

thank you

Posted: Mon Jan 14, 2008 10:07 am
by Pep
Hi Hermes,

you can assign a specific color to the point Series using :
TChart1.Series(0).PointColor(1) = vbBlue

or get the used color by using :
xcolor = TChart1.Series(0).PointColor(1)