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
draw control on top of teechart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 5
- Joined: Mon May 14, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Stijn,
Have you tried placing that label on top a System.Windows.Form.Panel?
Thanks in advance.
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 |
Instructions - How to post in this forum |