TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
MVB
- Newbie
- Posts: 7
- Joined: Thu Dec 31, 2009 12:00 am
Post
by MVB » Fri Feb 19, 2010 8:51 am
Hi,
I have an issue with filled area series and the AreaLines.
I added an Area series to my chart and filled it up with a blue transparent gradient.
Then I set the visible property of the AreaLines to false. But in the transparent region I still see the AreaLines. Probably because they are not drawn with the same transparency.
My sample code:
Code: Select all
m_tchart.Axes.Bottom.Grid.Visible = false;
Steema.TeeChart.Styles.Area area = new Steema.TeeChart.Styles.Area();
m_tchart.Series.Add(area);
fillWithSampleValues();
area.Gradient.Visible = true;
area.Gradient.Transparency = 75;
area.Gradient.StartColor = System.Drawing.Color.Blue;
area.Gradient.EndColor = System.Drawing.Color.Blue;
area.LinePen.Visible = true;
area.AreaLines.Visible = false;
What can I do about is? Is this a known issue?
Thanks,
Marijke.
-
Attachments
-
- Screenshot for the AreaLines problem.
- screenshot.png (44.49 KiB) Viewed 2871 times
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Fri Feb 19, 2010 11:32 am
Hi Marijke,
I've just answered you pro support question. Here is the answer
Yeray wrote:The bug with number (TF02013617) reported the same and it was fixed, but it seems to be reproducible again (both with v3 and v4).
I've opened a new ticket in the defect list to be fixed in future releases (TF02014691).
Thank you.
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Thu Apr 01, 2010 2:37 pm
Hi Marijke,
After investigating this we've noticed that the most appropriate way to work with transparency gradients within the area series is setting: