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
TeeChart Compact resizing
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Remeha,
Could you please let us know the TeeChart build an Visual Studio version you are using?
Thanks in advance.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
Could you please check if this works fine at your end?
Thanks in advance.
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;
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 |
Instructions - How to post in this forum |