draw control on top of teechart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Stijn Goris
Newbie
Newbie
Posts: 5
Joined: Mon May 14, 2007 12:00 am

draw control on top of teechart

Post by Stijn Goris » Wed Jun 27, 2007 12:46 pm

Hi all,

I have a label put in front (on top) of a chart. I use it to inform the user on the building progress of the chart.

The problem is that the label is not shown. I use the labelControl.BringToFront(); but that doesn't work.

Any suggestions?

Thanks
Stijn

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

Post by Narcís » Wed Jun 27, 2007 1:37 pm

Hi Stijn,

This works fine for me here dropping a label on top of a TeeChart. However, you could try setting the chart as the label's parent:

Code: Select all

					label1.Parent = tChart1;
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

Stijn Goris
Newbie
Newbie
Posts: 5
Joined: Mon May 14, 2007 12:00 am

Post by Stijn Goris » Wed Jun 27, 2007 2:32 pm

I used the developers expres label. The standard label works fine.

Thanks
Stijn

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

Post by Narcís » Wed Jun 27, 2007 2:40 pm

Hi Stijn,

Have you tried placing that label on top a System.Windows.Form.Panel?

Thanks in advance.
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

Post Reply