We are using LineSeries with the XamDataChart and need to be able to display all markers at all times. I realize this will have performance implications for large datasets but we are willing to take the hit. Is there any way around the default marker rendering which hides certain points at certain zoom levels?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I can say that in order to turn off the virtualization of the Markers, you can set the MaximumMarkers Property to 100 000 e.g., but this way the performance of the XamDataChart will decrease dramatically.
Feel free to write me if you have further questions.
Hi Stefan,
LineSeries does not support MaximumMarkers. ScatterLineSeries does, but changing from LineSeries to ScatterLineSeries would decrease the performance even further.
Thanks.