make the line series show above bar series

TeeChart for ActiveX, COM and ASP
Post Reply
abing
Newbie
Newbie
Posts: 24
Joined: Thu Feb 07, 2002 5:00 am

make the line series show above bar series

Post by abing » Mon Jul 19, 2004 9:38 am

I want to make the line series show above bar series .But in my application it is very difficult to change the order of series. Are there any other way to do this.
Thank you!

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jul 19, 2004 10:23 am

Hi,

you should add the Line Series after add the Bar Series, or you can use the ExchangeSeries method (see help for details).

abing
Newbie
Newbie
Posts: 24
Joined: Thu Feb 07, 2002 5:00 am

Post by abing » Mon Jul 19, 2004 11:13 am

If I must add line series before bar series(In my application, series type may be changed at run time) ,and I don't want to use exchangeseries method .Are there any other ways .

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jul 19, 2004 1:49 pm

Hi,

not that I know of.

abing
Newbie
Newbie
Posts: 24
Joined: Thu Feb 07, 2002 5:00 am

Post by abing » Mon Jul 19, 2004 2:09 pm

Thank you!

Post Reply