This question is locked. New answers and comments are not allowed.
Hi,
I have a chart with 4 series (created programatically). 3 series are spline type and 1 is point type. I need the point type series to be on top of the spline series but i cannot find a way to make the point series to draw on top of the splines. Look at the attached image to see the problem.
I tried using series.BringToTop() but it crashes the app, I also tried changing the order of creating the series and order of adding them to the chart.Series container but that doesn't change the z-order. Any suggestions on how to accomplish this?
Thanks.
I have a chart with 4 series (created programatically). 3 series are spline type and 1 is point type. I need the point type series to be on top of the spline series but i cannot find a way to make the point series to draw on top of the splines. Look at the attached image to see the problem.
I tried using series.BringToTop() but it crashes the app, I also tried changing the order of creating the series and order of adding them to the chart.Series container but that doesn't change the z-order. Any suggestions on how to accomplish this?
Thanks.