How can I change the z-index of a chart series? I have couple of chart series on a chart. One chart series type is StackedArea while the others are StackedBar. Telerik chart seems to assign the z-index of the chat-series-elements based on the order from the code.
Please look at the attached image. On the Data Table, I would like "OverOrUnder" to the listed as the last row. I can achive this by moving it as the last Chart Series on the code but if I do that the Red StackedArea series will come to the front and hide BookedWork and SolidProspect for some weeks. Any ways to achive this?