Changing Default Series Colors

TeeChart for ActiveX, COM and ASP
Post Reply
lgf
Newbie
Newbie
Posts: 1
Joined: Thu Nov 27, 2003 5:00 am
Contact:

Changing Default Series Colors

Post by lgf » Mon Mar 22, 2004 3:17 pm

Is there an easy way to change the series colors, i.e. the default appears to be red, yellow, green, etc? If we wanted to use different shades of gray, blue, etc., would we have to write a class file or settings?
Thanks

Pep
Site Admin
Site Admin
Posts: 3278
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Mar 22, 2004 6:22 pm

Hi,

the TeeChart ENum constant clTeeColor produce a range of different
colours. The number of colours in this range cannot be altered. If you
wished, you could create your own function to replace clTeeColor which could generate as many different colours as you need.

Post Reply