Page 1 of 1

surface plot re-sizes when rotated

Posted: Fri Sep 03, 2004 3:24 pm
by 9523778
I'm still working with surface plots using TeeChart 7 (see my post below...feel free to chime in if you have suggestions on that topic!).

Right now, I'm struggling with a very simple problem. I set up surface plot dimensions during design time. However, during run time, when the surface plots are rotated (using the Rotate tool), the get re-sized to some different dimensions other than what I've originally specified.

Can anyone tell me what's going on here?

thanks,

-Mark

Posted: Mon Sep 06, 2004 9:00 am
by Pep
Hi Mark,

it changes the Orthogonal property to false. You can always set a zoom value before draw the Chart.

Excellent

Posted: Mon Sep 06, 2004 3:07 pm
by 9523778
Thank you. I didn't quite understand the effects of the .Orthogonal property, and in fact had it set to true. Now that it is set to False, BOTH of my problems have been solved (resizing and scaling).

This is exactly what I needed. Thank you VERY much!

-Mark