about candle in delphi 7

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Rock
Newbie
Newbie
Posts: 16
Joined: Tue Sep 04, 2007 12:00 am
Contact:

about candle in delphi 7

Post by Rock » Mon Mar 24, 2008 9:40 am

i am use teechart 8 in delphi7. how can i set the Up-close and Down-close boder's color different in candle series?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 25, 2008 9:43 am

Hi Rock,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply