Page 1 of 1

Transparency in Area Series

Posted: Thu Feb 16, 2017 5:21 am
by 17279216
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

Re: Transparency in Area Series

Posted: Thu Feb 16, 2017 10:50 am
by 10050769
Hello theyield,

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);
Hoping this helps you, otherwise don't hesitate to contact us.

Thanks in advance

Re: Transparency in Area Series

Posted: Thu Feb 16, 2017 10:00 pm
by 17279216
Unfortunately this did not help to get rid of the vertical lines. Any other suggestions?

Re: Transparency in Area Series

Posted: Tue Feb 21, 2017 9:14 am
by 10050769
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