Change series order

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Change series order

Post by Komar » Fri Oct 17, 2008 1:18 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 17, 2008 2:08 pm

Hi Komar,

You can use ExchangeSeries method for that as explained here.

Hope this helps!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Mon Oct 20, 2008 12:53 pm

Hi Narcis,

ExchangeSeries function is good for that.

Thanks a lot.

Post Reply