I'm having an issue with NLineSeries and BorderStyle.Pattern. Basically, if the line series has many points, the pattern is rendered very poorly. I've attached a PNG that shows a chart with two series with the same number of points, 200, and the same pattern. The red series is an NLineSeries and shows the problem. The green series is an NCustomSeries with a callback that uses GraphicsPath.AddLines and NGraphics.PaintPath to draw it's series with much better results. While this may be a reasonable workaround, it will take some work to determine how to implement all the other features supported by NLineSeries.
Is there a setting or other standard series that I can use to correct this issue? I cannot use NSmoothLineSeries because I need straight lines connecting the data points.
Thanks....