Page 1 of 1

Easiest way to push a series to the back of the layering?

Posted: Wed May 02, 2012 4:52 pm
by 16859341
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?

Posted: Thu May 03, 2012 1:08 pm
by yeray
Hi,

You can use the ExchangeSeries method with this purpose. For example:

Code: Select all

  Chart1.ExchangeSeries(Chart1[0], Chart1[Chart1.SeriesCount-1]);