Hi
I have a line chart . with thick lines and an Outline.
I found that between each point on the line there is a kind of border and it doesnt look nice
I want my lines to be smooth.
Currently the lines dont look nice because they it looks like there are artifacts inside the line . I want these border lines dividing the points to disappear
how can I do it.
BTW - I noticed that the same problem is in 3D . I also noticed that removing the outline doesnt help either.
Thanks.
2D Line Chart Smoothness problem
Hi qcrnd,
I think that you are looking for this:
I think that you are looking for this:
Code: Select all
line1.LinePen.EndCap = System.Drawing.Drawing2D.LineCap.Round;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |