Page 1 of 1

ChartSeries ZOrder ( TeeChart 7.08 )

Posted: Thu Jan 10, 2008 4:45 pm
by 9342784
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

Posted: Fri Jan 11, 2008 10:32 am
by narcis
Hi Kanex,

You could try using ExchangeSeries method as shown here.