Share via


ChartObject.Width Property

Excel Developer Reference

Returns or sets a Double value that represents the width, in points, of the object.

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