dynamically setting X and Z axis lengths on surface plots
Posted: Tue Aug 31, 2004 4:03 pm
I'm using TeeChart 7 AX to generate surface plots based on user provided data. X coordinates (bottom axis) coorespond to geographical coordinates (East/West), Z coordinates (depth axis) coorespond to North/South geographical coordinates, and Y axes coorespond to surface plot heights.
Ideally, I would like to be able to scale the X and Z axes to reflect their relative sizes based on the user-provided data. I have been exploring the .Depth, .Chart3dPercent, .TimesZOrder, and .SetIsometric attributes of TeeChart, but I do not really have a feel for how these things really relate to actual surface plot attributes.
Can anyone help?
For what it's worth, the help file mentions with respect to the the .Chart3dPercent property that "The Chart3DPercent property indicates the size ratio between Chart dimensions and Chart depth", but makes no mention of the specific relationships involved or what actual chart dimension is involved in the ratio.
Likewise, with respect to the .TimesZOrder property, the help file says "The TimesZOrder property defines how big the Z axis (the depth axis) will be respect to a Surface or Contour's width and height. By default, the Surface depth will be 3 times the LineSeries depth." But again, I fail to understand the specific relationships involved that might allow me to scale my plots the way I need to.
Thanks in advance for any help anyone can provide,
-Mark
Ideally, I would like to be able to scale the X and Z axes to reflect their relative sizes based on the user-provided data. I have been exploring the .Depth, .Chart3dPercent, .TimesZOrder, and .SetIsometric attributes of TeeChart, but I do not really have a feel for how these things really relate to actual surface plot attributes.
Can anyone help?
For what it's worth, the help file mentions with respect to the the .Chart3dPercent property that "The Chart3DPercent property indicates the size ratio between Chart dimensions and Chart depth", but makes no mention of the specific relationships involved or what actual chart dimension is involved in the ratio.
Likewise, with respect to the .TimesZOrder property, the help file says "The TimesZOrder property defines how big the Z axis (the depth axis) will be respect to a Surface or Contour's width and height. By default, the Surface depth will be 3 times the LineSeries depth." But again, I fail to understand the specific relationships involved that might allow me to scale my plots the way I need to.
Thanks in advance for any help anyone can provide,
-Mark