Hello
i use the AdvChartViewGDIP. I use the Area Charttype. The area is surrounded by a Line in the width of the Seriesline. Is there a option to disable this?
I found the code which does this. Row 3193 in AdvChartViewGDIP -> graphics.DrawPath(pen, path)
We'll introduce a property to turn this off: LinePointsOnly, which indicates the line should only be drawn for the points, not for the entire area. Next version will have this included. If you are interested in an incremental source update, please send us an email with a link to this blog post.