color
Hi.
Which TeeChart version are you using? If you're using TeeChart v6.02 PRO (or above) then you can define default color palette by using:
Using the latest TeeChart version there are other methods you can use to define custom color palette (through themes, ...).
Which TeeChart version are you using? If you're using TeeChart v6.02 PRO (or above) then you can define default color palette by using:
Code: Select all
SetLength(TeeProcs.ColorPalette,20);
TeeProcs.ColorPalette[0] := clRed;
TeeProcs.ColorPalette[1] := clWhite;
TeeProcs.ColorPalette[2] := clYellow;
// ...
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi daniel,
You will find a couple examples at the TeeChart features demo included with the TeeChart installation. You will find the demo in the TeeChart program group and the examples are the first ones when openning the demo.
You will find a couple examples at the TeeChart features demo included with the TeeChart installation. You will find the demo in the TeeChart program group and the examples are the first ones when openning the demo.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |