Page 1 of 1

Can't totally hide area lines

Posted: Sat Sep 27, 2008 6:37 pm
by 13047314
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

Posted: Mon Sep 29, 2008 8:28 am
by narcis
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.

Posted: Tue Sep 30, 2008 10:13 pm
by 13047314
I'm using the latest release - downloaded three days ago...

Posted: Wed Oct 01, 2008 8:05 am
by narcis
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.