about candle in delphi 7
about candle in delphi 7
i am use teechart 8 in delphi7. how can i set the Up-close and Down-close boder's color different in candle series?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rock,
I'm afraid what you request is not possible. Colors you can set in a candle series are those:
I'm afraid what you request is not possible. Colors you can set in a candle series are those:
Code: Select all
Series1.UpCloseColor:=clRed;
Series1.DownCloseColor:=clBlue;
Series1.Pen.Color:=clWhite;
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 |