can't see control placed on teechart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Neelam
Advanced
Posts: 193
Joined: Fri Jun 08, 2007 12:00 am

can't see control placed on teechart

Post by Neelam » Tue Mar 30, 2010 7:15 am

Hi
I have placed a System.windows.forms.button on a teechart control(version-3.5.3470.15474) in my .net application. Now earlier when i ran the application i could very well see and click the button placed on teechart control. BUT NOW i can not see it...??? ... when i checked the properties of button it shows its visible property is true. Also when i move the button little outside from the chart /teechart control i can see the part that is moved out, but not the part that lays on top of teechart control when i run the application... Please let me know hat can be the cause of this ( I want the whole button to be placed on the teechart control.Thanks.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: can't see control placed on teechart

Post by Yeray » Tue Mar 30, 2010 9:21 am

Hi shikha,

You could try the following:

Code: Select all

tChart1.SendToBack();
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Neelam
Advanced
Posts: 193
Joined: Fri Jun 08, 2007 12:00 am

Re: can't see control placed on teechart

Post by Neelam » Tue Mar 30, 2010 10:11 am

Thanks so much for a quick reply.. yup it worked.. thanks :)

Post Reply