TeeChart Compact resizing

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Remeha
Newbie
Newbie
Posts: 21
Joined: Thu Jun 05, 2008 12:00 am
Contact:

TeeChart Compact resizing

Post by Remeha » Wed Oct 22, 2008 7:02 am

Hi,

I was just experimenting with TeeChart Compact and i noticed that if i placed a TChart object on a Form and i set its Dock property to Fill, the chart would not resize properly.
In Visual Studio i chose to build my program for .Net 2.0, not .Net 2.0 Compact specificly.Maybe that's what i'm doing wrong. Still i thought you might want to know :)

Regards,

Remeha

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

Post by Narcís » Wed Oct 22, 2008 8:25 am

Hi Remeha,

Could you please let us know the TeeChart build an Visual Studio version you are using?

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

Remeha
Newbie
Newbie
Posts: 21
Joined: Thu Jun 05, 2008 12:00 am
Contact:

Post by Remeha » Wed Oct 22, 2008 8:27 am

I used TeeChart.Pocket.dll version 3.5.3146.24805

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

Post by Narcís » Wed Oct 22, 2008 9:01 am

Hi Remeha,

Thanks for the information.

This works fine for me here using latest TeeChart for .NET v3 maintenance release avaialable at the client area and included Compact Framework example with this code:

Code: Select all

			tChart1.Dock = DockStyle.Fill;
Could you please check if this works fine at your end?

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