AxisAutoScale Property

Gets or sets a value that determines how array data values are scaled either to the graph's x- and y-coordinate axes or to the graph's z-coordinate axis.

Syntax

object.AxisAutoScale [= value]

Parameters

value
A Boolean expression that enables or disables autoscaling of the z-range. Valid values are TRUE (to enable) and FALSE (to disable).

Remarks

The effects of this property interact with the setting of the GraphType property to determine whether axis clamping affects how axis scaling behaves. The following table shows the dependencies:

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

GraphType, XMaxClamp, XMinClamp, YMaxClamp, YMinClamp, ZMaxClamp, ZMinClamp