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
Colors
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)
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)
Pep Jorge
http://support.steema.com
http://support.steema.com