Page 1 of 1

LineSeries Transparency Question

Posted: Wed Dec 20, 2006 1:29 pm
by 9524710
Hi Guys,

I have a question about the LineSeries Transparency. I am trying something like this:

Code: Select all

m_Chart.AddSeries(scLine);
m_Chart.Series(0).FillSampleValues(20);
m_Chart.Series(0).GetAsLine().SetTransparency(50);
but it doesnt work. What I want to do is to make the lines more transparent. Does anyone have an idea how that works. The version of the Teechart ist 7.0.
Thanks in advice.

Stoyan[/code]

Posted: Sat Dec 23, 2006 12:53 pm
by Pep
Hi Stoyan,

yes, I've been able to reproduce this problem here. In fact, this functionality doesn't exist as yet in TeeChart ... the reason for this property's visibility in the ActiveX version is due to a small design fault in its type library.

This issue is already added on our wishlist for the next releases.