Profile Picture

NLineSeries and BorderStyle.Pattern

Posted By Robert Mortensen 10 Years Ago
Author
Message
Robert Mortensen
Posted 10 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)

Group: Forum Members
Last Active: 10 Years Ago
Posts: 3, Visits: 1
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....

Attachments
SeriesPatterns.PNG (262 views, 22.00 KB)


Similar Topics


Reading This Topic