Share via


ChartObject.Width Property (Excel)

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.

Worksheets("Sheet1").ChartObjects(1).Width = 360

See Also

Concepts

ChartObject Object Members

ChartObject Object