TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Komar
- Newbie

- Posts: 25
- Joined: Thu Feb 10, 2005 5:00 am
- Location: Savoie - France
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

-
Narcís
- 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!
-
Komar
- 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.