Hi,
I am trying to set the color of the MACD line. I have no problem setting the Signal line but no luck with the MACD line. When setting the MACDPen.Color property I notice the color is 122, 78, 26. After setting the property to 255, 0 ,0 it appears the property is changed in the debugger but when it paints it goes right back to 122, 78, 26. Now changing the width using MACDPen.Width works but not the color. I have also tried setting the MACDPen.DrawingPen.Color but that does not work either.
Thanks,
Kevin
MACD Pen Color
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi WD_Gordon,
Setting Line.Color may also help you. Pen and Brush have different behaviour. In 3D charts it's the brush which displays series color while in 2D charts pen is changed accordingly to reflect it.
Setting Line.Color may also help you. Pen and Brush have different behaviour. In 3D charts it's the brush which displays series color while in 2D charts pen is changed accordingly to reflect it.
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 |