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
Can't totally hide area lines
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ed,
Code snippet below works fine for me here using latest TeeChart for .NET v3 maintenance release. Which TeeChart version are you using?
Thanks in advance.
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;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |