Page 1 of 1

can't see control placed on teechart

Posted: Tue Mar 30, 2010 7:15 am
by 13045482
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.

Re: can't see control placed on teechart

Posted: Tue Mar 30, 2010 9:21 am
by yeray
Hi shikha,

You could try the following:

Code: Select all

tChart1.SendToBack();

Re: can't see control placed on teechart

Posted: Tue Mar 30, 2010 10:11 am
by 13045482
Thanks so much for a quick reply.. yup it worked.. thanks :)