ChartSeries ZOrder ( TeeChart 7.08 )

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Kanex
Newbie
Newbie
Posts: 3
Joined: Mon Jul 18, 2005 4:00 am

ChartSeries ZOrder ( TeeChart 7.08 )

Post by Kanex » Thu Jan 10, 2008 4:45 pm

Hi

Version: TeeChart 7.08 with BDS 2006

When I have more than one area series in my DBChart in 3D Mode How can I bring the selected series to the front

I am using the following code:

While SelSeries.ZOrder > 0 do

begin

DBChart.SeriesUp(SelSeries);

End;

But ZOrder value never change to 0, hence while loop not ending it.


Please Help ASAP

Thanks

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 Jan 11, 2008 10:32 am

Hi Kanex,

You could try using ExchangeSeries method as shown here.
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

Post Reply