My project has two tChart components both of pretty good size, on the same form, so that Chart2 almost completely obscures Chart1. Looked around and could not find a way to reverse the order so that Chart1 can be on top when needed.
Would you please advise if there is a simple way to switch the order of tCharts on a single form.
Multiple tChart Components
-
- Newbie
- Posts: 58
- Joined: Fri Nov 15, 2002 12:00 am
- Location: Naples, FL
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Multiple tChart Components
Hi Hans,
You can use TControl's BringToFront and SendToBack methods either at design-time or at run-time.
Hope this helps!
You can use TControl's BringToFront and SendToBack methods either at design-time or at run-time.
Hope this helps!
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 |
-
- Newbie
- Posts: 58
- Joined: Fri Nov 15, 2002 12:00 am
- Location: Naples, FL
- Contact:
Re: Multiple tChart Components
Yes, very helpful, thanks.