I have created a chart with dynamically populated data that needs to hold thousands of data points. For performance, I wanted to set the renderoptions on a lineseries to bitmap rendering instead of the default xaml rendering. However, when switching to bitmap rendering, I lose the ability to set the strokeshapestyle on the line series. It appears that the dashed line I was expecting to see is replaced with a solid line. I knew that I would lose the ability to set the line thickness in bitmap rendering. Do I also lose any ability to style the stroke of the line?
Thank you for any help you can provide.