Multiple tChart Components

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Hans Wolfgang
Newbie
Newbie
Posts: 58
Joined: Fri Nov 15, 2002 12:00 am
Location: Naples, FL
Contact:

Multiple tChart Components

Post by Hans Wolfgang » Sun Nov 01, 2009 3:09 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Multiple tChart Components

Post by Narcís » Mon Nov 02, 2009 1:09 pm

Hi Hans,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Hans Wolfgang
Newbie
Newbie
Posts: 58
Joined: Fri Nov 15, 2002 12:00 am
Location: Naples, FL
Contact:

Re: Multiple tChart Components

Post by Hans Wolfgang » Tue Nov 03, 2009 1:18 am

Yes, very helpful, thanks.

Post Reply