TeeChart for ActiveX, COM and ASP
-
stoyan
- Newbie
- Posts: 6
- Joined: Wed Oct 27, 2004 4:00 am
Post
by stoyan » Wed Dec 20, 2006 1:29 pm
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]
-
Pep
- Site Admin
- Posts: 3299
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Sat Dec 23, 2006 12:53 pm
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.