Page 1 of 1

Change series order

Posted: Fri Oct 17, 2008 1:18 pm
by 9235956
Hi,

I've a chart with two series. When my program is running a new serie is dynamicaly created by code.

This new series display in foreground because this is the last created serie.

Is there a way to change the position of this new serie, and display it beetween the first two series created manually ?

Thanks a lot.

Regards
Komar :P

Posted: Fri Oct 17, 2008 2:08 pm
by narcis
Hi Komar,

You can use ExchangeSeries method for that as explained here.

Hope this helps!

Posted: Mon Oct 20, 2008 12:53 pm
by 9235956
Hi Narcis,

ExchangeSeries function is good for that.

Thanks a lot.