Syntax

expression.Width

expression A variable that represents a ChartObject object.

Example

This example sets the width of the embedded chart.

Visual Basic for Applications
Worksheets("Sheet1").ChartObjects(1).Width = 360

See also: