| View previous topic :: View next topic |
| Author |
Message |
christoff
Joined: 09 Nov 2006 Posts: 34
|
Posted: Mon Sep 26, 2011 12:20 pm Post subject: Delphi: SetIndexSymbol - Where do I get Symbol set tables |
|
|
Hi,
In Delphi you use the code:
SetIndexStyle(1, ds_Symbol, psSolid, 5, clBlack);
SetIndexSymbol(1, 242, 0, 0);
to define things like arrows etc. on your chart. The value 242 above is the symbol value for a down arrow.
I want to know where can I find tables for other types of symbols, like dots etc.
Thanks |
|
| Back to top |
|
 |
FT Support
Joined: 11 Jul 2009 Posts: 901
|
|
| Back to top |
|
 |
dackjaniels
Joined: 24 Feb 2009 Posts: 151
|
Posted: Tue Sep 27, 2011 9:27 pm Post subject: |
|
|
Hi,
I believe codes for any of the Wingdings font characters can be used.
If this is the case, the chart below should be very useful...
Regards,
Steve |
|
| Back to top |
|
 |
christoff
Joined: 09 Nov 2006 Posts: 34
|
Posted: Thu Sep 29, 2011 4:55 pm Post subject: |
|
|
Thank you guys,
I will have a look. I am sure it will help me.
Regards,
Christoff |
|
| Back to top |
|
 |
|