Syntax

expression.Placement

expression A variable that represents a ChartObject object.

Example

This example sets embedded chart one on Sheet1 to be free-floating (it neither moves nor is sized with its underlying cells).

Visual Basic for Applications
Worksheets("Sheet1").ChartObjects(1).Placement = xlFreeFloating

See also: