AdvChartViewGDIP Area surrounded by Line

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)

Chart1
Chart2

Thank you
Kind Regards
Christian

You should be able to just set LineOpacity to 0 to hide the line.

Hi Thank you for your fast response.
This does not solve my problem, because i want the thicker line of the graph. I just want to hide the bottom line
LineOpacity

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.

Great. Thank you.