Can't totally hide area lines

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Oopsnut
Newbie
Newbie
Posts: 4
Joined: Thu Nov 08, 2007 12:00 am

Can't totally hide area lines

Post by Oopsnut » Sat Sep 27, 2008 6:37 pm

I am trying to make an area series paint without any area lines. I have turned off AreaLines and also tried to make them the same color as the brush. However, no matter what I do, there always is a thin vertical line visible between adjoining areas. What can I do to eliminate this line.

Thanks,
Ed Nicholas

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Sep 29, 2008 8:28 am

Hi Ed,

Code snippet below works fine for me here using latest TeeChart for .NET v3 maintenance release. Which TeeChart version are you using?

Code: Select all

			Steema.TeeChart.Styles.Area area1 = new Steema.TeeChart.Styles.Area(tChart1.Chart);

			area1.FillSampleValues();
			area1.AreaLines.Visible = false;
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Oopsnut
Newbie
Newbie
Posts: 4
Joined: Thu Nov 08, 2007 12:00 am

Post by Oopsnut » Tue Sep 30, 2008 10:13 pm

I'm using the latest release - downloaded three days ago...

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Oct 01, 2008 8:05 am

Hi Ed,

I'm not able to reproduce the issue here. Could you please send us a simple example project or a code snippet we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply