YMaxClamp Property

Gets or sets the upper bound for y-coordinate values.

Syntax

object.YMaxClamp [= value]

Parameters

value
A Double expression that contains the upper bound for y-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, YMinClamp