Zoom Exceeds Frame

TeeChart for ActiveX, COM and ASP
Post Reply
jacques
Newbie
Newbie
Posts: 30
Joined: Thu Nov 20, 2008 12:00 am
Location: South Africa
Contact:

Zoom Exceeds Frame

Post by jacques » Tue Oct 13, 2009 9:00 am

Hello,

I have created a surface plot, consisting of 20 by 100 elements.

The plot is displayed correctly. however when zooming the zoomed area is displyed outside of the axes, overwriting the x an y axis.

I have attached a Visual C++ (2008) example. Press plot palettes and then zoom to see the problem.

Regards
JB
Attachments
test.zip
(490.95 KiB) Downloaded 476 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Zoom Exceeds Frame

Post by Yeray » Tue Oct 13, 2009 12:01 pm

Hi Jacques,

I can't run your application here as it uses some components we don't have here. So please, try to arrange a simple example project we can run as-is here to reproduce the problem.

Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

jacques
Newbie
Newbie
Posts: 30
Joined: Thu Nov 20, 2008 12:00 am
Location: South Africa
Contact:

Re: Zoom Exceeds Frame

Post by jacques » Fri Oct 16, 2009 11:56 am

Hello Yeray,

Which components are those?

Regards
JB

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Zoom Exceeds Frame

Post by Yeray » Mon Oct 19, 2009 11:09 am

Hi Jacques,

Excuse me, I hadn't the Visual C++ 2008 Feature Pack...

I've found that adding the following to the begin of your OnBnClickedBtnPlot3d, the problem seems to be solved:

Code: Select all

m_colorGrid.ClearChart();
m_colorGrid.GetAspect().SetView3D(false);
That makes me think that I can be missing something else you've set to the chart. Then I'm trying to reproduce the same in a WinFroms application. Could you please see if you can reproduce the problem there and tell us what are we missing?
Attachments
CAXTest.zip
Test WinForms
(9.47 KiB) Downloaded 422 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply