Easiest way to push a series to the back of the layering?
Easiest way to push a series to the back of the layering?
I have several series on my chart with bars and lines. For certain reasons the last series i add i want to be on the entire back of the chart so that others are drawn an top of it. What's the easiest way to do that?
Re: Easiest way to push a series to the back of the layering?
Hi,
You can use the ExchangeSeries method with this purpose. For example:
You can use the ExchangeSeries method with this purpose. For example:
Code: Select all
Chart1.ExchangeSeries(Chart1[0], Chart1[Chart1.SeriesCount-1]);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |