I attach an image which shows how the TChart looks at design time and how it looks like at run time.
So, how to make THighLow series semitransparent?
bug report - I need to make THighLow series semitransparent
bug report - I need to make THighLow series semitransparent
- Attachments
-
- Bug Report 2b.PNG (47.53 KiB) Viewed 5810 times
Re: bug report - I need to make THighLow series semitransparent
Hello,
You can set it by code as follows:
You can set it by code as follows:
Code: Select all
Series1.HighBrush.Color:=TTeeCanvasClass.ColorFrom(clRed,50);
Series1.LowBrush.Color:=TTeeCanvasClass.ColorFrom(clGreen,50);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |