Data rendering bug in design time tchart editor?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
BerntR
Newbie
Newbie
Posts: 32
Joined: Mon Jul 17, 2006 12:00 am

Data rendering bug in design time tchart editor?

Post by BerntR » Tue Sep 19, 2006 2:24 pm

It took me quite some time to learn how to turn off 3d view from the design time tchart editor. Still not sure if I know how to do it.

It seems like the tchart editor only renders the last change before the editor is closing. So it's basically a case of changing the properties, starting the program and watching if the subject properties have been changed. Often this is not the case.

Is it a known issue with regards to these symptoms?

Thanks,

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

Post by Narcís » Tue Sep 19, 2006 2:27 pm

Hi BerntR,

Which TeeChart version are you using? It works fine for me here using the latest version available at our Customer Download Area.
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

BerntR
Newbie
Newbie
Posts: 32
Joined: Mon Jul 17, 2006 12:00 am

Post by BerntR » Tue Sep 19, 2006 2:45 pm

2.0.2306.26232

I read the log for the following version and didn't see that it would make a difference. Are there any unlogged improvements?

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 Sep 20, 2006 7:59 am

Hi BerntR,

No big changes have been done in the chart editor recently. However, what you report has always worked with TeeChart for .NET v2.

Could you please send us an example we can run "as-is" to reproduce this problem here and let us know the steps we should follow?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

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

BerntR
Newbie
Newbie
Posts: 32
Joined: Mon Jul 17, 2006 12:00 am

Post by BerntR » Wed Sep 20, 2006 9:31 am

In the zooming app I have sent you earlier:




(For the rest of you: the zooming app is just a small chart, shown in 2D)

Here's what I just did:

1) In designtime I turned on 3D view and did another thing (dont remember which)

2) Then I ran the application. Everything is as expected.

3) In designtime I turned off 3D view. Before I left the editor, I also disabled automatic minimum value and automatic max value on the left axis.

4) After closing the editor, everything looks as it should. The designtime chart is displayed in 2D.

5) But in runtime, the chart still displays in 3D.

And the most annoying part: I have no idea how to get it back to 2D. I can send you the bugged version if you wish.

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 Sep 20, 2006 10:02 am

Hi BerntR,

Thanks for the information.

This is because a known issue (TF02011454). That's 3D view toggling at design-time doesn't work fine in Visual Studio 2005.

In the meantime you can do it at run-time:

Code: Select all

          tChart1.Aspect.View3D = false;
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