LineSeries Transparency Question
Posted: Wed Dec 20, 2006 1:29 pm
Hi Guys,
I have a question about the LineSeries Transparency. I am trying something like this:
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]
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);
Thanks in advice.
Stoyan[/code]