would like isotropic axis scaling

Ideas and wishes for TeeChart
Post Reply
andrzej
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am
Location: tucson, AZ

would like isotropic axis scaling

Post by andrzej » Mon Dec 01, 2003 10:11 pm

Hi,
It would be usefull to have the option to make a chart istropic (chart aspect ratio in real coords space == chart aspect ration in pixel coords). For example on some charts ,i sometimes want the ratio of

A/B == C/D

where A = (chart.Axis.Left.Maximum - chart.Axis.Left.Minimum)
B = (chart.Axis.Bottom.Maximum - chart.Axis.Bottom.Minimum)

C = char.Axis.Left.CalcYPosValue(A)
D = char.Axis.Bottom.CalcXPosValue(B)

Moreover, I also need to be able to resize the parent window of the chart
keeping this ration constant. My reason for doing this is that if a contour
is a circle (for example section of a cylinder) I need (or customers need) to see it as a circle so that i can visually check that the contour is as expected. This would be really useful to have, as we have many cases where an engineer wants to look at a cross-section through a grid of surface data and would like to see the real cross section shape that was independent of the current display window size. I can see uses of this as and inspection tool for point clouds (reverse engineering, rapid prototyping and CMM)
Thanks
Andrzej

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri May 07, 2004 6:54 am

Hi.

This feature has been implemented (and demonstrated) in TeeChart v7. Especially, check the "New Features -> New in Axis -> Isometric axes" example.
Marjan Slatinek,
http://www.steema.com

Post Reply