AutoLayout Property

       

Returns or sets a value that determines whether or not a Plot object is in manual or automatic layout mode.

Syntax

object.AutoLayout [ = boolean ]

The AutoLayout property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies the layout mode, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True (Default) The Plot object automatically determines the proper size and position of the plot based on the size and position of other elements.
False The coordinates specified by Plot object's LocationRect property are used to position the plot.