Page 1 of 1

Multiple tChart Components

Posted: Sun Nov 01, 2009 3:09 am
by 5890703
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.

Re: Multiple tChart Components

Posted: Mon Nov 02, 2009 1:09 pm
by narcis
Hi Hans,

You can use TControl's BringToFront and SendToBack methods either at design-time or at run-time.

Hope this helps!

Re: Multiple tChart Components

Posted: Tue Nov 03, 2009 1:18 am
by 5890703
Yes, very helpful, thanks.