hi,
i am unable to get a proper transparency in my area?
I have tried setting it on the series and on the area and neither works.
if i use a argb color on the series it kinda works but then these lines show up and i cant hide them?
ie. series.Color = Color.FromArgb(58,214,214,214);
using TeeChart.iOS.Unified
4.16.6.20
Transparency in Area Series
Transparency in Area Series
- Attachments
-
- Simulator Screen Shot 16 Feb 2017, 4.10.04 pm.png (36.48 KiB) Viewed 10796 times
Re: Transparency in Area Series
Hello theyield,
I think can helpful for you combine the code below to resolve the problem you're experiencing:
Hoping this helps you, otherwise don't hesitate to contact us.
Thanks in advance
I think can helpful for you combine the code below to resolve the problem you're experiencing:
Code: Select all
area2.AreaLines.Visible = false;
area2.Opacity = 0;
area2.Transparency = 100;
area2.Color = Color.FromArgb(58, 214, 214, 214);
Thanks in advance
Best Regards,
Sandra Pazos / 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 |
Re: Transparency in Area Series
Unfortunately this did not help to get rid of the vertical lines. Any other suggestions?
Re: Transparency in Area Series
Hello theyiedl,
I would like inform you, after doing some tests, we have added the problem you're experiniencing in Teechart.Net bugzilla tracker to fix it to upcoming versions. Here's the link: http://bugs.teechart.net/show_bug.cgi?id=1793
Feel free to add your mail to the CC list if the ticket to be automatically notified when an update arrives.
Thanks in advance
I would like inform you, after doing some tests, we have added the problem you're experiniencing in Teechart.Net bugzilla tracker to fix it to upcoming versions. Here's the link: http://bugs.teechart.net/show_bug.cgi?id=1793
Feel free to add your mail to the CC list if the ticket to be automatically notified when an update arrives.
Thanks in advance
Best Regards,
Sandra Pazos / 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 |