Resizing t-chart form.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cs_ech
Newbie
Newbie
Posts: 14
Joined: Mon Oct 02, 2006 12:00 am

Resizing t-chart form.

Post by cs_ech » Wed Jul 22, 2009 6:53 pm

How can I implement resizing a t-chart form dynamically ?

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

Re: Resizing t-chart form.

Post by Narcís » Thu Jul 23, 2009 12:57 pm

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.
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