ZScale Property

Gets or sets the scaling factor for the z-axis.

Syntax

object.ZScale [= value]

Parameters

value
A Float expression that indicates how scaling takes place with respect to the z-axis.

Remarks

When XScale, YScale, and ZScale are 1.0 and AxisAutoScale is TRUE (all default values), graphs typically fill the graph region of the control window. You can stretch or shrink graphs in any of these dimensions by making the scaling values larger or smaller, respectively.

Note that stretching a graph often removes part of it from view.

See Also

AxisAutoScale, XScale, YScale