PDFsharp
PDFsharp copied to clipboard
Rendering Line Chart using PdfSharp.Charting when Series.Visible = false is assigned
I found that adding a Series to a Line Chart and assigning Series.Visible = false the series is still rendered applying a pen with Width = 1. In my opinion the series should be invisible in this case.