Page 1 of 1

Resizing t-chart form.

Posted: Wed Jul 22, 2009 6:53 pm
by 9642625
How can I implement resizing a t-chart form dynamically ?

Re: Resizing t-chart form.

Posted: Thu Jul 23, 2009 12:57 pm
by narcis
Hello,

I'm not sure about what you want to get exactly. You can try this:

Code: Select all

			tChart1.Dock = DockStyle.Fill;
If this doesn't help please let us know what would you exactly like to achieve.

Thanks in advance.