Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1531
XamDataChart - Changing Series Z-Order
posted

I understand that the series z-order is determined by the order in which the series are added to the chart.  My problem is that I'm plotting several series of type ScatterLineSeries where one or more series have points in common such that the markers are stacked on top of each other.  My goal is to allow the users to interact with the chart by clicking on the markers, but since they're stacked, the user can only click the marker of the series with the highest z-order.  To resolve this, I was hoping to provide the user with some mechanism of changing the z-order at run-time so they could cycle through each series until the one they wanted was on top.  Is there any way to do this, or do you have any other suggestions?

Thanks, Steve