Page 1 of 1

TeeChart Compact resizing

Posted: Wed Oct 22, 2008 7:02 am
by 15049271
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

Posted: Wed Oct 22, 2008 8:25 am
by narcis
Hi Remeha,

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

Thanks in advance.

Posted: Wed Oct 22, 2008 8:27 am
by 15049271
I used TeeChart.Pocket.dll version 3.5.3146.24805

Posted: Wed Oct 22, 2008 9:01 am
by narcis
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.