Syntax

expression.Left

expression A variable that represents a ChartObject object.

Example
This example aligns the left edge of the embedded chart with the left edge of column B.

Visual Basic for Applications
With Worksheets("Sheet1") .ChartObjects(1).Left = .Columns("B").Left End With

See also: