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
ChartSeries ZOrder ( TeeChart 7.08 )
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |