ZMinClamp Property

Gets or sets the lower bound for the z-coordinate values.

Syntax

object.ZMinClamp [= value]

Parameters

value
A Double expression that contains the lower bound for z-coordinates.

Remarks

This property has no effect under certain circumstances, as the following table shows:

IF THEN
 
GraphType property AxisAutoScale property x and y clamping can
have an effect
z clamping can
have an effect
Height Field TRUE No No
Height Field FALSE No Yes
Raster Image TRUE No No
Raster Image FALSE No No
Vector Plot TRUE No No
Vector Plot FALSE Yes Yes

See Also

AxisAutoScale, GraphType, ZMaxClamp